Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pstore/zone: fix a kernel-doc markup

The documented struct is psz_head and not psz_buffer.

Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/a67ca4d12c3ef277dadb9e0d0df8450158e637cc.1610610937.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
4fd15eaf 961f3c89

+1 -1
+1 -1
fs/pstore/zone.c
··· 23 23 #include "internal.h" 24 24 25 25 /** 26 - * struct psz_head - header of zone to flush to storage 26 + * struct psz_buffer - header of zone to flush to storage 27 27 * 28 28 * @sig: signature to indicate header (PSZ_SIG xor PSZONE-type value) 29 29 * @datalen: length of data in @data