Re: [PATCH v2] checkpatch: remove %p4cn and add check for %p4chR

2025-04-30 Thread Andy Shevchenko
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") >

[PATCH v2] checkpatch: remove %p4cn and add check for %p4chR

2025-04-29 Thread Aditya Garg
%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