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

textsearch: describe @list member in ts_ops search

Sphinx reports kernel-doc warning:

WARNING: ./include/linux/textsearch.h:49 struct member 'list' not described in 'ts_ops'

Describe @list member to fix it.

Link: https://lkml.kernel.org/r/20251219014006.16328-4-bagasdotme@gmail.com
Fixes: 2de4ff7bd658 ("[LIB]: Textsearch infrastructure.")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Cc: Thomas Graf <tgraf@suug.ch>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Bagas Sanjaya and committed by
Andrew Morton
f2652847 e2fb7836

+1
+1
include/linux/textsearch.h
··· 35 35 * @get_pattern: return head of pattern 36 36 * @get_pattern_len: return length of pattern 37 37 * @owner: module reference to algorithm 38 + * @list: list to search 38 39 */ 39 40 struct ts_ops 40 41 {