diff options
author | Lars Lindley <lindley@coyote.org> | 2010-03-28 22:05:32 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-11 11:35:50 -0700 |
commit | 912457fa4f63d69625653c6ca8d92c564907d14b (patch) | |
tree | 58276c8d7cff7f99f01988110d80c90c794e6f92 | |
parent | 83ad993d65738b6058a019b9c20ee65a57b0eecf (diff) | |
download | op-kernel-dev-912457fa4f63d69625653c6ca8d92c564907d14b.zip op-kernel-dev-912457fa4f63d69625653c6ca8d92c564907d14b.tar.gz |
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>
-rw-r--r-- | drivers/staging/winbond/wbusb_s.h | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/drivers/staging/winbond/wbusb_s.h b/drivers/staging/winbond/wbusb_s.h index 0c7e6a3..8961ae5 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 |