On Tue, Apr 29, 2025 at 05:50:30PM +, Aditya Garg wrote:
> %p4cn was recently removed and replaced by %p4chR in vsprintf. So,
> remove the check for %p4cn from checkpatch.pl.
...
> Fixes: 37eed892cc5f ("vsprintf: Use %p4chR instead of %p4cn for reading data
> in reversed host ordering")
>
%p4cn was recently removed and replaced by %p4chR in vsprintf. So,
remove the check for %p4cn from checkpatch.pl.
Fixes: 37eed892cc5f ("vsprintf: Use %p4chR instead of %p4cn for reading data in
reversed host ordering")
Signed-off-by: Aditya Garg
---
v2: Add specific check for %p4chR as suggeste