]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: nvec: fix block comment style in nvec_interrupt()
authorKibaek Yoo <psykibaek@gmail.com>
Tue, 24 Feb 2026 04:49:46 +0000 (13:49 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Feb 2026 18:11:42 +0000 (10:11 -0800)
commit29e79c66b3ccb46cacd2dcd92f45291506fb5259
treee0a2bb00808c2331d3ff80e9128f08be36e3d2f4
parentf1e7b8929eefc325ae250f7fec30c6f9d9eefcc1
staging: nvec: fix block comment style in nvec_interrupt()

Fix multi-line block comment to use the preferred kernel comment style
with leading asterisks on each line and a trailing */ on a separate
line, as reported by checkpatch.pl.

Signed-off-by: Kibaek Yoo <psykibaek@gmail.com>
Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>
Link: https://patch.msgid.link/20260224044946.54022-1-psykibaek@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec.c