The following patch-series will fix checkpatch errors and warnings
which are caused by false spacing and missing blank lines.

It will fix those errors/warnings in drivers/staging/comedi/ and all its
subdirectories. The fixed errors/warnings are:
        WARNING: Missing a blank line after declarations        5 times
        ERROR: trailing whitespace                              once
        ERROR: space prohibited before that ',' (ctx:WxW)       once
        WARNING: please, no space before tabs                   8 times
        ERROR: code indent should use tabs where possible       44 times

After applying the series the following checkpatch errors/warnings will remain
in files in drivers/staging/comedi/ and its subdirectories:
        WARNING: line over 80 characters
        WARNING: quoted string split across lines
        WARNING: break quoted strings at a space character
        WARNING: memory barrier without comment
        WARNING: suspect code indent for conditional statements (x, y)
        WARNING: Use of volatile is usually wrong

Signed-off-by: Andreas Siegling <andreas.siegl...@fau.de>
Signed-off-by: Zhutao Lu <lvzhu...@gmail.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to