On Wed, 30 Apr 2025 19:19:08 +0530, Aditya Garg wrote:
> %p4cn was recently removed and replaced by %p4chR in vsprintf. So,
> remove the check for %p4cn from checkpatch.pl.
>
>
Applied, thanks!
[1/1] checkpatch: remove %p4cn
commit: a6c0a91ccb257eaec2aee080df06863ce7601315
Best regards
On Wed 2025-04-30 19:19:08, 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-off-by: Adit
%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 suggested