Skip to content

Commit

Permalink
Staging: winbond: wbusb_s.h Coding style fixes.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lars Lindley authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 83ad993 commit 912457f
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions drivers/staging/winbond/wbusb_s.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// 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

#include <linux/types.h>

struct wb_usb {
u32 IsUsb20;
struct usb_device *udev;
struct usb_device *udev;
u32 DetectCount;
};

#endif

0 comments on commit 912457f

Please sign in to comment.