]> www.infradead.org Git - users/willy/xarray.git/commit
fbdev: imxfb: add '*/' on a separate line in block comment
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Sat, 11 Nov 2023 10:41:59 +0000 (11:41 +0100)
committerHelge Deller <deller@gmx.de>
Thu, 11 Jan 2024 16:09:01 +0000 (17:09 +0100)
commitd6dfcdaa4e6e1a7fa99dc068f47f6b7b8c5bb634
treef0840a49afcef91f6e11819920bdcb24d38adec2
parentcb892e5dfed3044974c4f10addbc297966224fe8
fbdev: imxfb: add '*/' on a separate line in block comment

Linux kernel coding style uses '*/' on a separate line at the end of
multi line comments.

Fix block comments by moving '*/' at the end of block comments on a
separate line as reported by checkpatch:

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

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/imxfb.c