Re: [PATCH] Kselftest: msg_oob.c: Fix warning for Incorrect Specifier

From: Kuniyuki Iwashima
Date: Tue Aug 13 2024 - 02:13:26 EST


From: David Hunter <david.hunter.linux@xxxxxxxxx>
Date: Tue, 13 Aug 2024 01:59:57 -0400
> Change specifier to %p to correctly substitute type 'const void *'. A
> specifer involved with a macro is causing a misleading warning to occur:

You may want to run the test before/after the patch.

This is the 3rd patch posted for this warning, so it would be nice to
check lore before posting if the patch/issue is simple enough :)

And here's the correct fix.
https://lore.kernel.org/netdev/20240812191122.1092806-1-jain.abhinav177@xxxxxxxxx/

Thanks !