Skip to content

Commit

Permalink
pstore/zone: fix a kernel-doc markup
Browse files Browse the repository at this point in the history
The documented struct is psz_head and not psz_buffer.

Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Link: https://lore.kernel.org/r/a67ca4d12c3ef277dadb9e0d0df8450158e637cc.1610610937.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
mchehab authored and Jonathan Corbet committed Jan 21, 2021
1 parent 961f3c8 commit 4fd15ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/pstore/zone.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "internal.h"

/**
* struct psz_head - header of zone to flush to storage
* struct psz_buffer - header of zone to flush to storage
*
* @sig: signature to indicate header (PSZ_SIG xor PSZONE-type value)
* @datalen: length of data in @data
Expand Down

0 comments on commit 4fd15ea

Please sign in to comment.