From: Himangi Saraogi Date: Tue, 29 Oct 2013 00:58:03 +0000 (+0530) Subject: Stging: bcm: Adapter.h : removed typedef from struct _U_IP_ADDRESS and changed it... X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a499671ba008915e886e95af6c498f168f42d4;p=pandora-kernel.git Stging: bcm: Adapter.h : removed typedef from struct _U_IP_ADDRESS and changed it to lowercase Running checkpatch.pl on the file drivers/staging/bcm/Adapter.h gave an error as it is a mistake to use typedef for structures according to CodeingStyle as it reduces readability. The typedef was removed and all occurrences of the typedef union were replaced with union u_ip_address as types are all lowercase. Signed-off-by: Himangi Saraogi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed