You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bf316434ae
commit
280c4c8f99
@@ -37,8 +37,10 @@ struct bcm_link_request {
|
||||
|
||||
union u_ip_address {
|
||||
struct {
|
||||
ULONG ulIpv4Addr[MAX_IP_RANGE_LENGTH]; /* Source Ip Address Range */
|
||||
ULONG ulIpv4Mask[MAX_IP_RANGE_LENGTH]; /* Source Ip Mask Address Range */
|
||||
/* Source Ip Address Range */
|
||||
ULONG ulIpv4Addr[MAX_IP_RANGE_LENGTH];
|
||||
/* Source Ip Mask Address Range */
|
||||
ULONG ulIpv4Mask[MAX_IP_RANGE_LENGTH];
|
||||
};
|
||||
struct {
|
||||
ULONG ulIpv6Addr[MAX_IP_RANGE_LENGTH * 4]; /* Source Ip Address Range */
|
||||
|
||||
Reference in New Issue
Block a user