dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Lars Lindley 2010-03-28 22:05:32 +02:00 committed by Greg Kroah-Hartman
parent 83ad993d65
commit 912457fa4f
1 changed files with 8 additions and 15 deletions

View File

@ -1,16 +1,10 @@
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /* =========================================================
// Copyright (c) 1996-2004 Winbond Electronic Corporation * Copyright (c) 1996-2004 Winbond Electronic Corporation
// *
// Module Name: * Module Name:
// wbusb_s.h * wbusb_s.h
// * =========================================================
// Abstract: */
// Linux driver.
//
// Author:
//
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#ifndef __WINBOND_WBUSB_S_H #ifndef __WINBOND_WBUSB_S_H
#define __WINBOND_WBUSB_S_H #define __WINBOND_WBUSB_S_H
@ -18,8 +12,7 @@
struct wb_usb { struct wb_usb {
u32 IsUsb20; u32 IsUsb20;
struct usb_device *udev; struct usb_device *udev;
u32 DetectCount; u32 DetectCount;
}; };
#endif #endif