Revision 2756db6c63662a179d1a59be2c0fa260dbd1b2fc authored by Lee Jones on 28 October 2015, 16:02:48 UTC, committed by Lee Jones on 14 January 2016, 08:44:01 UTC
ERROR: code indent should use tabs where possible
+ ^Iec_dev = devm_kzalloc(dev, sizeof(*ec_dev), GFP_KERNEL);$

WARNING: please, no space before tabs
+ ^Iec_dev = devm_kzalloc(dev, sizeof(*ec_dev), GFP_KERNEL);$

WARNING: please, no spaces at the start of a line
+ ^Iec_dev = devm_kzalloc(dev, sizeof(*ec_dev), GFP_KERNEL);$

total: 1 errors, 2 warnings, 366 lines checked

Signed-off-by: Lee Jones <lee.jones@linaro.org>
1 parent d43c429
History

back to top