Commit 29b809e5 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: remove extra blank lines in visorchipset_main.c

Fix up the line spacing around braces in visorchipset_main.c.
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ea33b4ee
...@@ -467,7 +467,6 @@ static ssize_t textid_store(struct device *dev, struct device_attribute *attr, ...@@ -467,7 +467,6 @@ static ssize_t textid_store(struct device *dev, struct device_attribute *attr,
return count; return count;
} }
static ssize_t remaining_steps_show(struct device *dev, static ssize_t remaining_steps_show(struct device *dev,
struct device_attribute *attr, char *buf) struct device_attribute *attr, char *buf)
{ {
...@@ -1895,7 +1894,6 @@ controlvm_periodic_work(struct work_struct *work) ...@@ -1895,7 +1894,6 @@ controlvm_periodic_work(struct work_struct *work)
static void static void
setup_crash_devices_work_queue(struct work_struct *work) setup_crash_devices_work_queue(struct work_struct *work)
{ {
struct controlvm_message localCrashCreateBusMsg; struct controlvm_message localCrashCreateBusMsg;
struct controlvm_message localCrashCreateDevMsg; struct controlvm_message localCrashCreateDevMsg;
struct controlvm_message msg; struct controlvm_message msg;
...@@ -2024,7 +2022,6 @@ device_destroy_response(ulong busNo, ulong devNo, int response) ...@@ -2024,7 +2022,6 @@ device_destroy_response(ulong busNo, ulong devNo, int response)
void void
visorchipset_device_pause_response(ulong bus_no, ulong dev_no, int response) visorchipset_device_pause_response(ulong bus_no, ulong dev_no, int response)
{ {
device_changestate_responder(CONTROLVM_DEVICE_CHANGESTATE, device_changestate_responder(CONTROLVM_DEVICE_CHANGESTATE,
bus_no, dev_no, response, bus_no, dev_no, response,
segment_state_standby); segment_state_standby);
...@@ -2268,7 +2265,6 @@ visorchipset_init(void) ...@@ -2268,7 +2265,6 @@ visorchipset_init(void)
DIAG_SEVERITY_ERR); DIAG_SEVERITY_ERR);
goto Away; goto Away;
} }
} }
Visorchipset_platform_device.dev.devt = MajorDev; Visorchipset_platform_device.dev.devt = MajorDev;
......
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