staging: unisys: vbushelper.h fix Block comment
This patch fixes last checkpatch warning for vbushelper.h WARNING: Block comments use a trailing */ on a separate line 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
b0bc5da143
commit
25236bc98f
|
@ -19,7 +19,8 @@
|
|||
#define __VBUSHELPER_H__
|
||||
|
||||
/* TARGET_HOSTNAME specified as -DTARGET_HOSTNAME=\"thename\" on the
|
||||
* command line */
|
||||
* command line
|
||||
*/
|
||||
|
||||
#define TARGET_HOSTNAME "linuxguest"
|
||||
|
||||
|
|
Loading…
Reference in New Issue