forked from Minki/linux
net: marvell: Delete extra spaces
Just delete three extra spaces. Signed-off-by: Yangyang Li <liyangyang20@huawei.com> Signed-off-by: Weihang Li <liweihang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
df4a17a98d
commit
9abcaa96ce
@ -1087,7 +1087,7 @@ static int mvneta_mbus_io_win_set(struct mvneta_port *pp, u32 base, u32 wsize,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int mvneta_bm_port_mbus_init(struct mvneta_port *pp)
|
||||
static int mvneta_bm_port_mbus_init(struct mvneta_port *pp)
|
||||
{
|
||||
u32 wsize;
|
||||
u8 target, attr;
|
||||
|
@ -2959,8 +2959,9 @@ static void genesis_set_multicast(struct net_device *dev)
|
||||
|
||||
static void yukon_add_filter(u8 filter[8], const u8 *addr)
|
||||
{
|
||||
u32 bit = ether_crc(ETH_ALEN, addr) & 0x3f;
|
||||
filter[bit/8] |= 1 << (bit%8);
|
||||
u32 bit = ether_crc(ETH_ALEN, addr) & 0x3f;
|
||||
|
||||
filter[bit / 8] |= 1 << (bit % 8);
|
||||
}
|
||||
|
||||
static void yukon_set_multicast(struct net_device *dev)
|
||||
|
Loading…
Reference in New Issue
Block a user