Skip to content

Commit 9bc284c

Browse files
bulwahnpmladek
authored andcommitted
printk: rectify kernel-doc for prb_rec_init_wr()
The command 'find ./kernel/printk/ | xargs ./scripts/kernel-doc -none' reported a mismatch with the kernel-doc of prb_rec_init_wr(). Rectify the kernel-doc, such that no issues remain for ./kernel/printk/. Signed-off-by: Lukas Bulwahn <[email protected]> Reviewed-by: John Ogness <[email protected]> Signed-off-by: Petr Mladek <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 08d60e5 commit 9bc284c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/printk/printk_ringbuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ _DEFINE_PRINTKRB(name, descbits, avgtextbits, &_##name##_text[0])
287287
/* Writer Interface */
288288

289289
/**
290-
* prb_rec_init_wd() - Initialize a buffer for writing records.
290+
* prb_rec_init_wr() - Initialize a buffer for writing records.
291291
*
292292
* @r: The record to initialize.
293293
* @text_buf_size: The needed text buffer size.

0 commit comments

Comments
 (0)