]> www.infradead.org Git - users/jedix/linux-maple.git/commit
firmware: exynos-acpm: Correct kerneldoc and use typical np argument name
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 24 Apr 2025 20:33:09 +0000 (22:33 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 25 Apr 2025 09:41:03 +0000 (11:41 +0200)
commit2c2e5e908ea2b53aa0d21fbfe4d1dab527a7703e
tree6db2fd9edc355e34236018eba12a476823c41d87
parenta8dc26a0ec43fd416ca781a8030807e65f71cfc5
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>
drivers/firmware/samsung/exynos-acpm.c