module: fix comment style
authorSergey Shtylyov <s.shtylyov@omprussia.ru>
Sat, 7 Nov 2020 20:20:52 +0000 (23:20 +0300)
committerJessica Yu <jeyu@kernel.org>
Mon, 9 Nov 2020 13:28:12 +0000 (14:28 +0100)
commit24b9f0d22081455b6fd739c8365958c207a69973
tree0dd534a8e24707ddee60fd975f6adf51fdd381e7
parent2541743e99c301f9b9659d0928bd8b22708d59df
module: fix comment style

Many comments in this module do not comply with the preferred multi-line
comment style as reported by 'scripts/checkpatch.pl':

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

Fix those comments, along with (unreported for some reason?) the starts
of the multi-line comments not being /* on their own line...

Signed-off-by: Sergey Shtylyov <s.shtylyov@omprussia.ru>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
kernel/module.c