On 19/02/2025 03:48, Jon Pan-Doh wrote:
On Mon, Feb 17, 2025 at 3:25 AM Karolina Stolarek
<karolina.stolarek@xxxxxxxxxx> wrote:
It seems that the printk's alignment is wonky after the rebase.
Checkpatch agrees with me here...
Odd. It passed checkpatch for me. These are the commands I used:
{Kernel home dir}$ scripts/checkpatch.pl {diff (e.g. downloaded from Patchwork)}
{Kernel home dir}$ scripts/checkpatch.pl -f drivers/pci/pcie/aer.c
Right, that's probably I'm using checkpatch with a "strict" parameter. I
applied all of your patches and then run:
git rebase --exec "git show --format=email HEAD | scripts/checkpatch.pl
--strict --codespell" -i <upstream>
All the best,
Karolina
Maybe I'm not using it correctly. Could you paste your checkpatch
command/output?
Thanks,
Jon