Re: checkpatch.pl: how to run --fix-inplace for just only one warning/error
On Sat, 2016-08-06 at 22:24 +0200, Xose Vazquez Perez wrote: > Hi, > > Maybe it's tricky, but could it be possible? > For example for: ERROR: space prohibited after that open parenthesis > '(' > Any hint? try --types=SPACING
checkpatch.pl: how to run --fix-inplace for just only one warning/error
Hi, Maybe it's tricky, but could it be possible? For example for: ERROR: space prohibited after that open parenthesis '(' Any hint? Thank you.