Staging: gdm724x: LTE: Fix argument list not aligned with parenthesis.
authorQuytelda Kahja <quytelda@tamalin.org>
Fri, 16 Feb 2018 21:46:23 +0000 (13:46 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Feb 2018 17:06:35 +0000 (18:06 +0100)
Fix coding style warning from checkpatch.pl.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_lte.c

index 0527b0d1c1d0f442a22b37182aece9d161df5412..a6608637035a461f950f7048a8a588b25ed00481 100644 (file)
@@ -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;
        }