mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
Staging: gdm724x: LTE: Fix argument list not aligned with parenthesis.
Fix coding style warning from checkpatch.pl. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2b2ea09e74
commit
e21981b571
@ -308,7 +308,8 @@ static int gdm_lte_emulate_ndp(struct sk_buff *skb_in, u32 nic_type)
|
||||
sizeof(struct neighbour_advertisement));
|
||||
|
||||
icmp6_out.icmp6_cksum = icmp6_checksum(&ipv6_out,
|
||||
(u16 *)icmp_na, sizeof(icmp_na));
|
||||
(u16 *)icmp_na,
|
||||
sizeof(icmp_na));
|
||||
} else {
|
||||
return -EINVAL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user