Skip to content

Commit d82d47d

Browse files
rddunlaptytso
authored andcommitted
jbd2: fix kernel-doc notation warning
Fix kernel-doc warning by inserting a beginning '*' character for the kernel-doc line. ../include/linux/jbd2.h:461: warning: bad line: journal. These are dirty buffers and revoke descriptor blocks. Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 69000d8 commit d82d47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/jbd2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ struct jbd2_revoke_table_s;
457457
* @h_journal: Which journal handle belongs to - used iff h_reserved set.
458458
* @h_rsv_handle: Handle reserved for finishing the logical operation.
459459
* @h_total_credits: Number of remaining buffers we are allowed to add to
460-
journal. These are dirty buffers and revoke descriptor blocks.
460+
* journal. These are dirty buffers and revoke descriptor blocks.
461461
* @h_revoke_credits: Number of remaining revoke records available for handle
462462
* @h_ref: Reference count on this handle.
463463
* @h_err: Field for caller's use to track errors through large fs operations.

0 commit comments

Comments
 (0)