Skip to content

Commit

Permalink
printk: rectify kernel-doc for prb_rec_init_wr()
Browse files Browse the repository at this point in the history
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 <lukas.bulwahn@gmail.com>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20210125081748.19903-1-lukas.bulwahn@gmail.com
  • Loading branch information
Lukas Bulwahn authored and Petr Mladek committed Jan 26, 2021
1 parent 08d60e5 commit 9bc284c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/printk/printk_ringbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ _DEFINE_PRINTKRB(name, descbits, avgtextbits, &_##name##_text[0])
/* Writer Interface */

/**
* prb_rec_init_wd() - Initialize a buffer for writing records.
* prb_rec_init_wr() - Initialize a buffer for writing records.
*
* @r: The record to initialize.
* @text_buf_size: The needed text buffer size.
Expand Down

0 comments on commit 9bc284c

Please sign in to comment.