module: add more 'kernel-doc' comments
authorSergey Shtylyov <s.shtylyov@omprussia.ru>
Wed, 4 Nov 2020 20:35:51 +0000 (23:35 +0300)
committerJessica Yu <jeyu@kernel.org>
Mon, 9 Nov 2020 12:47:42 +0000 (13:47 +0100)
commit2541743e99c301f9b9659d0928bd8b22708d59df
treed5baa54f9361acd37049b209065bc68a85887c3f
parent24389b610be31536328c655ae0a2cb0ef94be2c8
module: add more 'kernel-doc' comments

Some functions have the proper 'kernel-doc' comments but these don't start
with proper /** -- fix that, along with adding () to the function name on
the following lines to fully comply with the 'kernel-doc' format.

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