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