Bagas Sanjaya
unread,Dec 15, 2025, 6:39:14 AM (20 hours ago) Dec 15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Linux Kernel Mailing List, Linux AMDGPU, Linux DRI Development, Linux Filesystems Development, Linux Media, linaro...@lists.linaro.org, kasa...@googlegroups.com, Linux Virtualization, Linux Memory Management List, Linux Network Bridge, Linux Networking, Harry Wentland, Leo Li, Rodrigo Siqueira, Alex Deucher, Christian König, David Airlie, Simona Vetter, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Matthew Brost, Danilo Krummrich, Philipp Stanner, Alexander Viro, Christian Brauner, Jan Kara, Sumit Semwal, Alexander Potapenko, Marco Elver, Dmitry Vyukov, Michael S. Tsirkin, Jason Wang, Xuan Zhuo, Eugenio Pérez, Andrew Morton, Uladzislau Rezki, Nikolay Aleksandrov, Ido Schimmel, David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni, Simon Horman, Taimur Hassan, Wayne Lin, Alex Hung, Aurabindo Pillai, Dillon Varone, George Shen, Aric Cyr, Cruise Hung, Mario Limonciello, Sunil Khatri, Dominik Kaszewski, Bagas Sanjaya, David Hildenbrand, Peter Zijlstra, Lorenzo Stoakes, Max Kellermann, Nysal Jan K.A., Ryan Roberts, Alexey Skidanov, Vlastimil Babka, Kent Overstreet, Vitaly Wool, Harry Yoo, Mateusz Guzik, NeilBrown, Amir Goldstein, Jeff Layton, Ivan Lipski, Tao Zhou, YiPeng Chai, Hawking Zhang, Lyude Paul, Daniel Almeida, Luben Tuikov, Matthew Auld, Roopa Prabhu, Mao Zhu, Shaomin Deng, Charles Han, Jilin Yuan, Swaraj Gaikwad, George Anthony Vernon, Thomas Graf
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.
Cc: Thomas Graf <
tg...@suug.ch>
Cc: "David S. Miller" <
da...@davemloft.net>
Fixes: 2de4ff7bd658c9 ("[LIB]: Textsearch infrastructure.")
include/linux/textsearch.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/textsearch.h b/include/linux/textsearch.h
index 6673e4d4ac2e1b..4933777404d618 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
{