
10 Dec
2024
10 Dec
'24
2:48 p.m.
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
--
Tom