From ba3c7be573467d6ededd4ccf9d6abdc471a7dc03 Mon Sep 17 00:00:00 2001 From: Lars Lindley Date: Sun, 28 Mar 2010 22:00:13 +0200 Subject: [PATCH] --- yaml --- r: 197079 b: refs/heads/master c: 83ad993d65738b6058a019b9c20ee65a57b0eecf h: refs/heads/master i: 197077: 16ce4c55808e210edcbd06e12aefb73025036b62 197075: ece4469c8f3516d3f3304ee022c00b86ed1de14b 197071: 0a3497de229ec8670084187316b98ad4927ac216 v: v3 --- [refs] | 2 +- trunk/drivers/staging/winbond/wblinux_f.h | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index daf9250d410d..02700c699f91 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a7df3c449e7db7cf4b7807862e11f11c47c2331 +refs/heads/master: 83ad993d65738b6058a019b9c20ee65a57b0eecf diff --git a/trunk/drivers/staging/winbond/wblinux_f.h b/trunk/drivers/staging/winbond/wblinux_f.h index 868e87727240..0a9d214f7187 100644 --- a/trunk/drivers/staging/winbond/wblinux_f.h +++ b/trunk/drivers/staging/winbond/wblinux_f.h @@ -4,13 +4,14 @@ #include "core.h" #include "mds_s.h" -//========================================================================= -// Copyright (c) 1996-2004 Winbond Electronic Corporation -// -// 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 ); - +/* + * ==================================================================== + * Copyright (c) 1996-2004 Winbond Electronic Corporation + * + * 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); #endif