]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
textsearch: describe @list member in ts_ops search
authorBagas Sanjaya <bagasdotme@gmail.com>
Fri, 19 Dec 2025 01:40:05 +0000 (08:40 +0700)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 15 Jan 2026 06:16:19 +0000 (22:16 -0800)
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>
include/linux/textsearch.h

index 6673e4d4ac2e1b1348f6e94ad070f63921cc4cff..4933777404d618e0b980aef55e7444ee168a214b 100644 (file)
@@ -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
 {