Stging: bcm: Adapter.h : removed typedef from struct _U_IP_ADDRESS and changed it...
authorHimangi Saraogi <himangi774@gmail.com>
Tue, 29 Oct 2013 00:58:03 +0000 (06:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Oct 2013 15:44:54 +0000 (08:44 -0700)
commitd5a499671ba008915e886e95af6c498f168f42d4
tree4debfd1f39c457c9864a3c2a5cf1b84bc3c252ce
parent17607ca280221c26d0a53bf7d53c339489a936cc
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 <himangi774@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Adapter.h