summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorErik Arfvidson2015-11-17 19:35:00 +0100
committerGreg Kroah-Hartman2015-11-17 23:25:36 +0100
commite3f8f77c41ceaf899351e2085b039610038ac2b9 (patch)
tree2a0c0cec53d93bae6e50f342a35cc8146e18340f /drivers/staging/unisys
parentstaging: unisys: controlvmcompletionstatus.h fix block comments (diff)
downloadkernel-qcow2-linux-e3f8f77c41ceaf899351e2085b039610038ac2b9.tar.gz
kernel-qcow2-linux-e3f8f77c41ceaf899351e2085b039610038ac2b9.tar.xz
kernel-qcow2-linux-e3f8f77c41ceaf899351e2085b039610038ac2b9.zip
staging: unisys: fix vbuschannel.h comments
Fixes trailling */ from vbuschannel.h and alignment issue on the same comment block 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>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visorbus/vbuschannel.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/staging/unisys/visorbus/vbuschannel.h b/drivers/staging/unisys/visorbus/vbuschannel.h
index 80e64477e547..90fa12e62f26 100644
--- a/drivers/staging/unisys/visorbus/vbuschannel.h
+++ b/drivers/staging/unisys/visorbus/vbuschannel.h
@@ -36,10 +36,11 @@ static const uuid_le spar_vbus_channel_protocol_uuid =
#define SPAR_VBUS_CHANNEL_PROTOCOL_SIGNATURE ULTRA_CHANNEL_PROTOCOL_SIGNATURE
/* Must increment this whenever you insert or delete fields within this channel
-* struct. Also increment whenever you change the meaning of fields within this
-* channel struct so as to break pre-existing software. Note that you can
-* usually add fields to the END of the channel struct withOUT needing to
-* increment this. */
+ * struct. Also increment whenever you change the meaning of fields within this
+ * channel struct so as to break pre-existing software. Note that you can
+ * usually add fields to the END of the channel struct withOUT needing to
+ * increment this.
+ */
#define SPAR_VBUS_CHANNEL_PROTOCOL_VERSIONID 1
#define SPAR_VBUS_CHANNEL_OK_CLIENT(ch) \