staging: speakup: Fix comment block coding style
authorMihaela Muraru <mihaela.muraru21@gmail.com>
Wed, 27 Sep 2017 07:43:45 +0000 (00:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Sep 2017 09:25:26 +0000 (11:25 +0200)
commitb6e2b3e1c53c43ada97223ecb7678a8b7a33172e
tree6cd9d5cb3c1029756ae078823ffdeba9c0eec509
parentb5a603dee866a6af1ff8cb8dabd71795c5e6cb42
staging: speakup: Fix comment block coding style

This is a patch to the spk_ttyio.c file that fix up a comment block
warninig, found by checkpatch.pl tool, by adding */ on a separte line.

WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/spk_ttyio.c