summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2025-04-24 22:33:09 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2025-04-25 11:41:03 +0200
commit2c2e5e908ea2b53aa0d21fbfe4d1dab527a7703e (patch)
tree6db2fd9edc355e34236018eba12a476823c41d87 /tools/perf/scripts/python/netdev-times.py
parenta8dc26a0ec43fd416ca781a8030807e65f71cfc5 (diff)
downloadkernel-2c2e5e908ea2b53aa0d21fbfe4d1dab527a7703e.tar.gz
firmware: exynos-acpm: Correct kerneldoc and use typical np argument name
Correct kerneldoc warnings after commit a8dc26a0ec43 ("firmware: exynos-acpm: introduce devm_acpm_get_by_node()") changed the function prototype: exynos-acpm.c:672: warning: Function parameter or struct member 'acpm_np' not described in 'acpm_get_by_node' exynos-acpm.c:672: warning: expecting prototype for acpm_get_by_phandle(). Prototype was for acpm_get_by_node() instead While touching the lines, change the name of device_node pointer to 'np' to match convention. Fixes: a8dc26a0ec43 ("firmware: exynos-acpm: introduce devm_acpm_get_by_node()") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202504222051.7TqaSQ48-lkp@intel.com/ Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org> Link: https://lore.kernel.org/r/20250424203308.402168-2-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
linux-6.6.y&id=8ba6a92d0182091e0c2fa15c1a5b5458bac25fc3'>SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust 2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever 2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever 2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds 2018-10-29svcrdma: Remove try_module_get from backchannelChuck Lever 2018-10-29svcrdma: Remove ->release_rqst call in bc reply handlerChuck Lever 2018-10-18Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust 2018-10-02xprtrdma: Reset credit grant properly after a disconnectChuck Lever 2018-09-30SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust 2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust 2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust 2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust 2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds 2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever 2018-05-11svcrdma: Remove post_send_wrChuck Lever 2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever 2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever 2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever 2018-05-07SUNRPC: Add a ->free_slot transport calloutChuck Lever