mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
277f3f718d
commit
cbc5d96ac2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue