Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 060b946c authored by Mike McCormack's avatar Mike McCormack Committed by David S. Miller
Browse files

sky2: Code style fixes



Fix selected style problems reported by checkpatch.

Signed-off-by: default avatarMike McCormack <mikem@ring3k.org>
Acked-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e994762f
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -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;