diff options
| author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-12-19 08:40:05 +0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-02-06 16:43:57 +0100 |
| commit | de5af303c6c8f78fc213eada64226ab5ce661e9a (patch) | |
| tree | 79f599cb5b629ca7c84ca85fdb5e5f7eb16bd9ea /include | |
| parent | 5cecd67ff6610be57b09e80c6ea8127bee9eef28 (diff) | |
| download | linux-de5af303c6c8f78fc213eada64226ab5ce661e9a.tar.gz linux-de5af303c6c8f78fc213eada64226ab5ce661e9a.tar.bz2 linux-de5af303c6c8f78fc213eada64226ab5ce661e9a.zip | |
textsearch: describe @list member in ts_ops search
[ Upstream commit f26528478bb102c28e7ac0cbfc8ec8185afdafc7 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.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 { |
