summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorErik Arfvidson <erik.arfvidson@unisys.com>2016-02-08 15:41:43 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-12 03:37:15 (GMT)
commitcbc5d96ac2ab17a8be260af9f7e1fe10abb21197 (patch)
tree974064165c7019781d507e286272298e6c5bf77b /drivers
parent277f3f718d395653eb9f21fbda8900a65d7f2bd9 (diff)
downloadlinux-cbc5d96ac2ab17a8be260af9f7e1fe10abb21197.tar.xz
staging: unisys: fix trailing comment in vbusdeviceinfo.h
Fixes checkpatch trailing */ comment in vbusdeviceinfo.h 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')
-rw-r--r--drivers/staging/unisys/visorbus/vbusdeviceinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorbus/vbusdeviceinfo.h b/drivers/staging/unisys/visorbus/vbusdeviceinfo.h
index 3216975..abdab4a 100644
--- a/drivers/staging/unisys/visorbus/vbusdeviceinfo.h
+++ b/drivers/staging/unisys/visorbus/vbusdeviceinfo.h
@@ -124,7 +124,8 @@ vbuschannel_itoa(char *p, int remain, int num)
}
if (remain < digits) {
/* not enough room left at <p> to hold number, so fill with
- * '?' */
+ * '?'
+ */
for (i = 0; i < remain; i++, p++)
*p = '?';
return remain;