summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Arfvidson <erik.arfvidson@unisys.com>2016-02-08 10:41:47 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-11 19:37:15 -0800
commitd1e0863701a95560d02ed22cfd15b66f82d46a9d (patch)
tree4cb16b2f9e38d9a573c476ef7774fb8577904e52
parente4a3dd33e5756f89c997099983e27f01727b0a37 (diff)
downloadop-kernel-dev-d1e0863701a95560d02ed22cfd15b66f82d46a9d.zip
op-kernel-dev-d1e0863701a95560d02ed22cfd15b66f82d46a9d.tar.gz
staging: unisys: fix blank lines in visorchipset.c
this patch removes the following checkpatch warnings: please use a blank line after … Please don’t use multiple blank lines Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index ab8f9dd..8d672c7 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -353,7 +353,6 @@ static void controlvm_respond_physdev_changestate(
struct controlvm_message_header *msg_hdr, int response,
struct spar_segment_state state);
-
static void parser_done(struct parser_context *ctx);
static struct parser_context *
@@ -530,7 +529,6 @@ parser_string_get(struct parser_context *ctx)
return value;
}
-
static ssize_t toolaction_show(struct device *dev,
struct device_attribute *attr,
char *buf)
@@ -707,6 +705,7 @@ static int match_visorbus_dev_by_id(struct device *dev, void *data)
return 0;
}
+
struct visor_device *visorbus_get_device_by_id(u32 bus_no, u32 dev_no,
struct visor_device *from)
{
OpenPOWER on IntegriCloud