Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: winbond: wblinux_f.h Coding style fixes v2.

I fixed whitespace and comments.

Signed-off-by: Lars Lindley <lindley@coyote.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Lars Lindley and committed by
Greg Kroah-Hartman
83ad993d 5a7df3c4

+10 -9
+10 -9
drivers/staging/winbond/wblinux_f.h
··· 4 4 #include "core.h" 5 5 #include "mds_s.h" 6 6 7 - //========================================================================= 8 - // Copyright (c) 1996-2004 Winbond Electronic Corporation 9 - // 10 - // wblinux_f.h 11 - // 12 - int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev ); 13 - void wb35_set_multicast( struct net_device *netdev ); 14 - struct net_device_stats * wb35_netdev_stats( struct net_device *netdev ); 15 - 7 + /* 8 + * ==================================================================== 9 + * Copyright (c) 1996-2004 Winbond Electronic Corporation 10 + * 11 + * wblinux_f.h 12 + * ==================================================================== 13 + */ 14 + int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev); 15 + void wb35_set_multicast(struct net_device *netdev); 16 + struct net_device_stats *wb35_netdev_stats(struct net_device *netdev); 16 17 #endif