aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond
diff options
context:
space:
mode:
authorLars Lindley <lindley@coyote.org>2010-03-28 22:05:32 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:35:50 -0700
commit912457fa4f63d69625653c6ca8d92c564907d14b (patch)
tree58276c8d7cff7f99f01988110d80c90c794e6f92 /drivers/staging/winbond
parentStaging: winbond: wblinux_f.h Coding style fixes v2. (diff)
downloadlinux-dev-912457fa4f63d69625653c6ca8d92c564907d14b.tar.xz
linux-dev-912457fa4f63d69625653c6ca8d92c564907d14b.zip
Staging: winbond: wbusb_s.h Coding style fixes.
I fixed comments and some spacing. Signed-off-by: Lars Lindley <lindley@coyote.org> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond')
-rw-r--r--drivers/staging/winbond/wbusb_s.h23
1 files changed, 8 insertions, 15 deletions
diff --git a/drivers/staging/winbond/wbusb_s.h b/drivers/staging/winbond/wbusb_s.h
index 0c7e6a383f2d..8961ae594c4e 100644
--- a/drivers/staging/winbond/wbusb_s.h
+++ b/drivers/staging/winbond/wbusb_s.h
@@ -1,16 +1,10 @@
-//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-// Copyright (c) 1996-2004 Winbond Electronic Corporation
-//
-// Module Name:
-// wbusb_s.h
-//
-// Abstract:
-// Linux driver.
-//
-// Author:
-//
-//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
+/* =========================================================
+ * Copyright (c) 1996-2004 Winbond Electronic Corporation
+ *
+ * Module Name:
+ * wbusb_s.h
+ * =========================================================
+ */
#ifndef __WINBOND_WBUSB_S_H
#define __WINBOND_WBUSB_S_H
@@ -18,8 +12,7 @@
struct wb_usb {
u32 IsUsb20;
- struct usb_device *udev;
+ struct usb_device *udev;
u32 DetectCount;
};
-
#endif