mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 11:26:22 -04:00
staging: wilc1000: fixes that open brace { should be on the previous line
This patch fixes the error reported by checkpatch.pl
for that open brace { should be on the previous line.
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b38e903090
commit
c8537e6dba
@@ -1186,8 +1186,7 @@ static void wilc_set_multicast_list(struct net_device *dev)
|
||||
return;
|
||||
}
|
||||
|
||||
netdev_for_each_mc_addr(ha, dev)
|
||||
{
|
||||
netdev_for_each_mc_addr(ha, dev) {
|
||||
memcpy(multicast_mac_addr_list[i], ha->addr, ETH_ALEN);
|
||||
PRINT_D(INIT_DBG, "Entry[%d]: %x:%x:%x:%x:%x:%x\n", i,
|
||||
multicast_mac_addr_list[i][0],
|
||||
|
||||
Reference in New Issue
Block a user