summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorBagas Sanjaya <bagasdotme@gmail.com>2025-12-19 08:40:05 +0700
committerAndrew Morton <akpm@linux-foundation.org>2026-01-14 22:16:19 -0800
commitf26528478bb102c28e7ac0cbfc8ec8185afdafc7 (patch)
treeffc1f4e8484084b8f867a864181dd24c3017d526 /tools/perf/scripts/python/syscall-counts.py
parente2fb7836b01747815f8bb94981c35f2688afb120 (diff)
downloadkernel-f26528478bb102c28e7ac0cbfc8ec8185afdafc7.tar.gz
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 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
%pOFn instead of device_node.nameRob Herring 2018-10-18atm: zatm: Fix empty body Clang warningsNathan Chancellor 2018-10-18atm: eni: Move semicolon to a new line after empty for loopNathan Chancellor 2018-10-15fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun 2018-10-12fore200e: fix sbus compileChristoph Hellwig 2018-10-10fore200e: check for dma mapping failuresChristoph Hellwig 2018-10-10fore200e: don't use GFP_DMAChristoph Hellwig 2018-10-10fore200e: devirtualize dma alloc callsChristoph Hellwig 2018-10-10fore200e: devirtualize dma mapping callsChristoph Hellwig 2018-10-10fore200e: remove the align_size field of struct chunkChristoph Hellwig 2018-10-10fore200e: store a struct device in struct fore200eChristoph Hellwig 2018-10-10fore200e: simplify fore200e_bus usageChristoph Hellwig 2018-10-05atm: nicstar: Replace spin_is_locked() with spin_trylock()Lance Roy 2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-07-02atm: zatm: remove redundant pointer zatm_devColin Ian King 2018-06-30atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva 2018-06-30atm: iphase: fix a 64 bit bugDan Carpenter 2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook 2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook 2018-05-29atm: zatm: fix memcmp castingIvan Bornyakov 2018-05-10firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King 2018-05-04atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva 2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King 2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-03-30atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King 2018-02-23atm: idt77252: remove redundant bit-wise or'ing of zeroColin Ian King 2018-02-08atm: he: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva