]> git.baikalelectronics.ru Git - kernel.git/commit
reed_solomon: Fix kernel-doc
authorMatthew Wilcox <willy@infradead.org>
Tue, 3 Jul 2018 19:43:54 +0000 (12:43 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 10 Jul 2018 21:00:52 +0000 (15:00 -0600)
commit1991d1c780d5c2743f8fca3d339fcc4300b2e0d2
tree7f7e370d5ba50331755aa0c6e6195637f2d8d244
parent2e9df20e3b0b28c7cc281e27194fa3bcbe7188d6
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>
lib/reed_solomon/reed_solomon.c