1
0
Fork 0
alistair23-linux/lib/reed_solomon
Matthew Wilcox 8dd99871f7 reed_solomon: Fix kernel-doc
The current doc build warns:
./lib/reed_solomon/reed_solomon.c:287: WARNING: Unknown target name: "gfp".

This is because it misinterprets the "GFP_" that is part of the
description.  Change the description to avoid the problem.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2018-07-10 15:00:52 -06:00
..
Makefile [LIB] reed_solomon: Clean up trailing white spaces 2005-11-07 14:25:38 +01:00
decode_rs.c rslib: Allocate decoder buffers to avoid VLAs 2018-04-24 19:50:10 -07:00
encode_rs.c rslib: Split rs control struct 2018-04-24 19:50:08 -07:00
reed_solomon.c reed_solomon: Fix kernel-doc 2018-07-10 15:00:52 -06:00