]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf6b994e217982fea771b04dc621a43ccdb607c6f
tree6cd9d5cb3c1029756ae078823ffdeba9c0eec509
parent42248f07e6cf43db227c9f9a28c51ca092fef52a
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