Commit 912457fa authored by Lars Lindley's avatar Lars Lindley Committed by Greg Kroah-Hartman

Staging: winbond: wbusb_s.h Coding style fixes.

I fixed comments and some spacing.
Signed-off-by: default avatarLars Lindley <lindley@coyote.org>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 83ad993d
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /* =========================================================
// 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
...@@ -21,5 +15,4 @@ struct wb_usb { ...@@ -21,5 +15,4 @@ struct wb_usb {
struct usb_device *udev; struct usb_device *udev;
u32 DetectCount; u32 DetectCount;
}; };
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment