From: Erik Arfvidson Date: Mon, 8 Feb 2016 15:41:43 +0000 (-0500) Subject: staging: unisys: fix trailing comment in vbusdeviceinfo.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cbc5d96ac2ab17a8be260af9f7e1fe10abb21197;p=linux-beck.git staging: unisys: fix trailing comment in vbusdeviceinfo.h Fixes checkpatch trailing */ comment in vbusdeviceinfo.h Signed-off-by: Erik Arfvidson Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorbus/vbusdeviceinfo.h b/drivers/staging/unisys/visorbus/vbusdeviceinfo.h index 32169752c6f4..abdab4ad0b36 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

to hold number, so fill with - * '?' */ + * '?' + */ for (i = 0; i < remain; i++, p++) *p = '?'; return remain;