]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: fix kernel-doc markups
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 10:18:08 +0000 (11:18 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 20 Nov 2020 03:38:29 +0000 (22:38 -0500)
commite397c332ddf1f50e65a7f813a09de9a84972928d
tree89aa3bba06430863a6244c2c89110fb34b700ff6
parentf1d1751d990761f707821476355b2fc1d5fe218b
jbd2: fix kernel-doc markups

Kernel-doc markup should use this format:
        identifier - description

They should not have any type before that, as otherwise
the parser won't do the right thing.

Also, some identifiers have different names between their
prototypes and the kernel-doc markup.

Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/72f5c6628f5f278d67625f60893ffbc2ca28d46e.1605521731.git.mchehab+huawei@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/jbd2/journal.c
fs/jbd2/transaction.c
include/linux/jbd2.h