On 06/20/2014 01:55 PM, Michal Privoznik wrote:
On 20.06.2014 13:40, Ján Tomko wrote:
> Fails syntax-check for me:
> tests/nodeinfodata/linux-armv6l-raspberrypi.cpuinfo:3:Features : swp
> half thumb fastmult vfp edsp java tls
> maint.mk: found trailing blank(s)
I'm undecided how to fix this. The cpuinfo file is pure copy&paste from the
/proc/cpuinfo on my Raspberry which does contain the trailing whitespace. So
while I'd like to keep the cpuinfo in sync with its origin, it's causing the
syntax-check error. So maybe add a syntax-check rule exception?
exclude_file_name_regexp--sc_trailing_blank = \
/qemuhelpdata/|/sysinfodata/.*\.data$$
That would be my choice, especially since we already have an exception for
sysinfodata.
Jan