
On 12/10/24 14:48, Tom Rini wrote:
On Tue, Dec 10, 2024 at 02:39:42PM +0100, Michal Simek wrote:
Convert all simple cases where current ifdef is used with using CONFIG_IS_ENABLED. The change doesn't have impact on code size and it is only cleaning up description.
Checkpatch is reporting issue: space required after that ',' (ctx:VxB)
When space is there another warning is coming up: space prohibited before that close parenthesis ')'
but there is no way how to fix it that's why leave it like it is.
Signed-off-by: Michal Simek michal.simek@amd.com
Thanks for doing the cleanup.
Reviewed-by: Tom Rini trini@konsulko.com
This has been included in series from Jerome here.
https://lore.kernel.org/r/cover.1734448827.git.jerome.forissier@linaro.org
Thanks, Michal