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

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>

authored by

Lars Lindley and committed by
Greg Kroah-Hartman
912457fa 83ad993d

+8 -15
+8 -15
drivers/staging/winbond/wbusb_s.h
··· 1 - //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 - // Copyright (c) 1996-2004 Winbond Electronic Corporation 3 - // 4 - // Module Name: 5 - // wbusb_s.h 6 - // 7 - // Abstract: 8 - // Linux driver. 9 - // 10 - // Author: 11 - // 12 - //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 13 - 1 + /* ========================================================= 2 + * Copyright (c) 1996-2004 Winbond Electronic Corporation 3 + * 4 + * Module Name: 5 + * wbusb_s.h 6 + * ========================================================= 7 + */ 14 8 #ifndef __WINBOND_WBUSB_S_H 15 9 #define __WINBOND_WBUSB_S_H 16 10 ··· 12 18 13 19 struct wb_usb { 14 20 u32 IsUsb20; 15 - struct usb_device *udev; 21 + struct usb_device *udev; 16 22 u32 DetectCount; 17 23 }; 18 - 19 24 #endif