Commit f10c5542 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: unisys: Remove a couple of unnecessary blank lines

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 94ac4500
...@@ -68,7 +68,6 @@ struct visorchipset_channel_info { ...@@ -68,7 +68,6 @@ struct visorchipset_channel_info {
u64 n_channel_bytes; u64 n_channel_bytes;
uuid_le channel_type_uuid; uuid_le channel_type_uuid;
uuid_le channel_inst_uuid; uuid_le channel_inst_uuid;
}; };
/** Attributes for a particular Supervisor device. /** Attributes for a particular Supervisor device.
...@@ -90,7 +89,6 @@ struct visorchipset_device_info { ...@@ -90,7 +89,6 @@ struct visorchipset_device_info {
struct controlvm_message_header pending_msg_hdr;/* CONTROLVM_MESSAGE */ struct controlvm_message_header pending_msg_hdr;/* CONTROLVM_MESSAGE */
/** For private use by the bus driver */ /** For private use by the bus driver */
void *bus_driver_context; void *bus_driver_context;
}; };
static inline struct visorchipset_device_info *finddevice( static inline struct visorchipset_device_info *finddevice(
......
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