diff options
| author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-12-19 08:40:05 +0700 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-01-14 22:16:19 -0800 |
| commit | f26528478bb102c28e7ac0cbfc8ec8185afdafc7 (patch) | |
| tree | ffc1f4e8484084b8f867a864181dd24c3017d526 /include | |
| parent | e2fb7836b01747815f8bb94981c35f2688afb120 (diff) | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/textsearch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/textsearch.h b/include/linux/textsearch.h index 6673e4d4ac2e..4933777404d6 100644 --- a/include/linux/textsearch.h +++ b/include/linux/textsearch.h @@ -35,6 +35,7 @@ struct ts_state * @get_pattern: return head of pattern * @get_pattern_len: return length of pattern * @owner: module reference to algorithm + * @list: list to search */ struct ts_ops { |
