Commit 8a92ef71 authored by David Binder's avatar David Binder Committed by Greg Kroah-Hartman

staging: unisys: include: visorbus.h: Adjust whitespace usage

Adjusts presence of blank lines to create a more uniform coding style.
Signed-off-by: default avatarDavid Binder <david.binder@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2d15800d
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
* *
* There should be nothing in this file that is private to the visorbus * There should be nothing in this file that is private to the visorbus
* bus implementation itself. * bus implementation itself.
*
*/ */
#ifndef __VISORBUS_H__ #ifndef __VISORBUS_H__
...@@ -45,6 +44,7 @@ extern struct bus_type visorbus_type; ...@@ -45,6 +44,7 @@ extern struct bus_type visorbus_type;
typedef void (*visorbus_state_complete_func) (struct visor_device *dev, typedef void (*visorbus_state_complete_func) (struct visor_device *dev,
int status); int status);
struct visorchipset_state { struct visorchipset_state {
u32 created:1; u32 created:1;
u32 attached:1; u32 attached:1;
......
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