qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 0/2] riscv,kvm: remove another strerrorname_np()


From: Michael Tokarev
Subject: Re: [PATCH v2 0/2] riscv,kvm: remove another strerrorname_np()
Date: Wed, 24 Apr 2024 23:29:12 +0300
User-agent: Mozilla Thunderbird

24.04.2024 23:24, Daniel Henrique Barboza wrote:
Hi,

In this new version a small change suggested by Phil was made in patch
2. No other changes made.

Applied to trivial-patches tree.

Note: checkpatch.pl is nagging quite a bit about the checkpatch.pl change
this time, claiming that I'm adding a line > 90 chars when in reality the
line has 80 chars:

ERROR: line over 90 characters
#39: FILE: scripts/checkpatch.pl:3082:
+                       ERROR("use strerror() instead of strerrorname_np()\n" . 
$herecurr);

total: 1 errors, 0 warnings, 9 lines checked

I supposed it's counting each TAB as more than one char. Let me know if
I need to care about this error and I'll send a v3.

checkpatch complaining about checkpatch change is nice.
Nope, it is the style used here, all other tests are
like this too, but worse.

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]