]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firmware: arm_scmi: Use proper iter_response_bound_cleanup() name
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 8 May 2026 15:32:57 +0000 (16:32 +0100)
committerSudeep Holla <sudeep.holla@kernel.org>
Tue, 12 May 2026 14:29:11 +0000 (15:29 +0100)
commit3065e26dac525696bd0ef2fdaff7724b1bd345f9
treec550d035ab4d6deb2ee3768e8f127336d56d9fc9
parentae4a088f13debc1d7bbb6a9b265a31d25b60ddd4
firmware: arm_scmi: Use proper iter_response_bound_cleanup() name

The documentation speaks of the "iter_response_bound_cleanup()" protocol
helper, while the actual helper is called "iter_response_cleanup()".
Settle on the former name, because the helper is only needed when using
bound-iterators.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://patch.msgid.link/20260508153300.2224715-13-cristian.marussi@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@kernel.org>
drivers/firmware/arm_scmi/driver.c
drivers/firmware/arm_scmi/protocols.h