Re: [PATCH] checkpatch: remove %p4cn

2025-04-29 Thread Aditya Garg
On 29-04-2025 11:05 pm, Joe Perches wrote: > On Tue, 2025-04-29 at 16:07 +, 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

Re: [PATCH] checkpatch: remove %p4cn

2025-04-29 Thread Joe Perches
On Tue, 2025-04-29 at 16:07 +, 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") > > Signed-of

[PATCH] checkpatch: remove %p4cn

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 --- scripts/checkpatch.pl | 2 +- 1 file changed