]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: fix a kernel-doc markup
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 27 Oct 2020 09:51:27 +0000 (10:51 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Oct 2020 17:42:36 +0000 (13:42 -0400)
commit820978fde95c50d9b1172e69e8a01cb3a9bf9f83
treedddd9ac246469cf0d91d4047e70fd2f320519cdd
parent10a0171b1ff5214c2f6ce1098030668e6ea30a95
jbd2: fix a kernel-doc markup

The kernel-doc markup that documents _fc_replay_callback is
missing an asterisk, causing this warning:

../include/linux/jbd2.h:1271: warning: Function parameter or member 'j_fc_replay_callback' not described in 'journal_s'

When building the docs.

Fixes: 609f928af48f ("jbd2: fast commit recovery path")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/6055927ada2015b55b413cdd2670533bdc9a8da2.1603791716.git.mchehab+huawei@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
include/linux/jbd2.h