commit | 8dd99871f7acb776521b35a6107d3dd22f1522b8 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Tue Jul 03 12:43:54 2018 -0700 |
committer | Jonathan Corbet <corbet@lwn.net> | Tue Jul 10 15:00:52 2018 -0600 |
tree | 7f7e370d5ba50331755aa0c6e6195637f2d8d244 | |
parent | ea272257ccba1e57b9448444e1e3de39794ad6b4 [diff] |
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>