diff options
author | Tim Sell <timothy.sell@unisys.com> | 2015-10-16 10:06:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-16 22:59:36 -0700 |
commit | 1b756c43ce3b1696282670bd1de41d36e5205781 (patch) | |
tree | 0bcaf0aa3867c1348c0c2e0d8401e44a7e3d123d /drivers/staging/unisys | |
parent | 8f94c5a6829c764cd1a4f8d497ffb201419bed85 (diff) | |
download | lwn-1b756c43ce3b1696282670bd1de41d36e5205781.tar.gz lwn-1b756c43ce3b1696282670bd1de41d36e5205781.zip |
staging: unisys: visorinput: fix comment format
Fix the multi-line comment formatting in visorinput.c.
Signed-off-by: Tim Sell <timothy.sell@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/visorinput/visorinput.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorinput/visorinput.c b/drivers/staging/unisys/visorinput/visorinput.c index 5f28c3d9ecfa..9fdaa9c8a269 100644 --- a/drivers/staging/unisys/visorinput/visorinput.c +++ b/drivers/staging/unisys/visorinput/visorinput.c @@ -168,7 +168,8 @@ static const unsigned char visorkbd_keycode[KEYCODE_TABLE_BYTES] = { [82] = KEY_KP0, [83] = KEY_KPDOT, [86] = KEY_102ND, /* enables UK backslash+pipe key, - * and FR lessthan+greaterthan key */ + * and FR lessthan+greaterthan key + */ [87] = KEY_F11, [88] = KEY_F12, [90] = KEY_KPLEFTPAREN, |