sky2: Code style fixes
Fix selected style problems reported by checkpatch. Signed-off-by: Mike McCormack <mikem@ring3k.org> Acked-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
e994762f7a
commit
060b946cc2
@@ -3685,7 +3685,7 @@ static int sky2_set_mac_address(struct net_device *dev, void *p)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void inline sky2_add_filter(u8 filter[8], const u8 *addr)
|
||||
static inline void sky2_add_filter(u8 filter[8], const u8 *addr)
|
||||
{
|
||||
u32 bit;
|
||||
|
||||
|
Reference in New Issue
Block a user