Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+8 −15
Original line number Original line Diff line number Diff line
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/* =========================================================
// 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 {
	struct	usb_device *udev;
	struct	usb_device *udev;
	u32	DetectCount;
	u32	DetectCount;
};
};

#endif
#endif