Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: bcm: Fix line over 80 characters.

Fix checkpatch.pl issues with line over 80 characters in Adapter.h

Signed-off-by: Heena Sirwani <heenasirwani@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Heena Sirwani and committed by
Greg Kroah-Hartman
280c4c8f bf316434

+4 -2
+4 -2
drivers/staging/bcm/Adapter.h
··· 37 37 38 38 union u_ip_address { 39 39 struct { 40 - ULONG ulIpv4Addr[MAX_IP_RANGE_LENGTH]; /* Source Ip Address Range */ 41 - ULONG ulIpv4Mask[MAX_IP_RANGE_LENGTH]; /* Source Ip Mask Address Range */ 40 + /* Source Ip Address Range */ 41 + ULONG ulIpv4Addr[MAX_IP_RANGE_LENGTH]; 42 + /* Source Ip Mask Address Range */ 43 + ULONG ulIpv4Mask[MAX_IP_RANGE_LENGTH]; 42 44 }; 43 45 struct { 44 46 ULONG ulIpv6Addr[MAX_IP_RANGE_LENGTH * 4]; /* Source Ip Address Range */