Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1261838
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/2] efi-pstore: fix kernel-doc argument name |
| Date | 2015-11-03 21:10 +0100 |
| Message-ID | <qqQ42-7sq-3@gated-at.bofh.it> (permalink) |
| References | <qpGgq-4vl-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Oct 31, 2015 at 8:23 AM, Geliang Tang <geliangtang@163.com> wrote: > The first argument name in the kernel-doc argument list for > efi_pstore_scan_sysfs_enter() was slightly off. Fix it for the > kernel doc. > > Signed-off-by: Geliang Tang <geliangtang@163.com> Acked-by: Kees Cook <keescook@chromium.org> Thanks! -Kees > --- > drivers/firmware/efi/efi-pstore.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/firmware/efi/efi-pstore.c b/drivers/firmware/efi/efi-pstore.c > index c8d794c..eac76a7 100644 > --- a/drivers/firmware/efi/efi-pstore.c > +++ b/drivers/firmware/efi/efi-pstore.c > @@ -103,7 +103,7 @@ static int efi_pstore_read_func(struct efivar_entry *entry, void *data) > > /** > * efi_pstore_scan_sysfs_enter > - * @entry: scanning entry > + * @pos: scanning entry > * @next: next entry > * @head: list head > */ > -- > 2.4.3 > > -- Kees Cook Chrome OS Security -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/2] efi-pstore: fix kernel-doc argument name Geliang Tang <geliangtang@163.com> - 2015-10-31 16:30 +0100
[PATCH 2/2] pstore: fix code comment to match code Geliang Tang <geliangtang@163.com> - 2015-10-31 16:30 +0100
Re: [PATCH 2/2] pstore: fix code comment to match code Kees Cook <keescook@chromium.org> - 2015-11-03 21:10 +0100
Re: [PATCH 1/2] efi-pstore: fix kernel-doc argument name Kees Cook <keescook@chromium.org> - 2015-11-03 21:10 +0100
csiph-web