dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Lars Lindley 2010-03-28 22:00:13 +02:00 committed by Greg Kroah-Hartman
parent 5a7df3c449
commit 83ad993d65
1 changed files with 10 additions and 9 deletions

View File

@ -4,13 +4,14 @@
#include "core.h" #include "core.h"
#include "mds_s.h" #include "mds_s.h"
//========================================================================= /*
// Copyright (c) 1996-2004 Winbond Electronic Corporation * ====================================================================
// * Copyright (c) 1996-2004 Winbond Electronic Corporation
// wblinux_f.h *
// * wblinux_f.h
int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev ); * ====================================================================
void wb35_set_multicast( struct net_device *netdev ); */
struct net_device_stats * wb35_netdev_stats( struct net_device *netdev ); int wb35_start_xmit(struct sk_buff *skb, struct net_device *netdev);
void wb35_set_multicast(struct net_device *netdev);
struct net_device_stats *wb35_netdev_stats(struct net_device *netdev);
#endif #endif