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)
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>

No differences found