module: fix up 'kernel-doc' comments
authorSergey Shtylyov <s.shtylyov@omprussia.ru>
Wed, 4 Nov 2020 20:34:59 +0000 (23:34 +0300)
committerJessica Yu <jeyu@kernel.org>
Mon, 9 Nov 2020 12:46:58 +0000 (13:46 +0100)
commit24389b610be31536328c655ae0a2cb0ef94be2c8
tree57f7eb1b2064b23f82a52294bea72b0ac8692748
parent076aa52e402185e1e347bf5c62c61c6388fce4c7
module: fix up 'kernel-doc' comments

Some 'kernel-doc' function comments do not fully comply with the specified
format due to:

- missing () after the function name;

- "RETURNS:"/"Returns:" instead of "Return:" when documenting the function's
  result.

- empty line before describing the function's arguments.

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