misc: pti: Remove unparsable empty line in function header
authorLee Jones <lee.jones@linaro.org>
Wed, 1 Jul 2020 08:58:35 +0000 (09:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jul 2020 13:05:36 +0000 (15:05 +0200)
commit6e47fc8a68230c8803db2724b8a22f2725753386
treea6c97a7cc6c64f6a7e00b201aef93f3cb5ba19ae
parentf2e1d306fc7dc0f813bcd3559dc6959272a0aaa9
misc: pti: Remove unparsable empty line in function header

The kerneldoc tooling/parsers/validators get confused if non-
standard formatting is used.  The first line after the kerneldoc
identifier '/**' must not be blank else the following warnings
will be issued:

 drivers/misc/pti.c:902: warning: Cannot understand  *
 on line 902 - I thought it was a doc line

Cc: J Freyensee <james_p_freyensee@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200701085853.164358-3-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/pti.c