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
File Mode Size
Kconfig -rw-r--r-- 501 bytes
Makefile -rw-r--r-- 274 bytes
compr.c -rw-r--r-- 1.8 KB
dev_bdev.c -rw-r--r-- 7.6 KB
dev_mtd.c -rw-r--r-- 6.6 KB
dir.c -rw-r--r-- 20.3 KB
file.c -rw-r--r-- 7.2 KB
gc.c -rw-r--r-- 20.2 KB
inode.c -rw-r--r-- 11.3 KB
journal.c -rw-r--r-- 23.7 KB
logfs.h -rw-r--r-- 23.8 KB
logfs_abi.h -rw-r--r-- 16.8 KB
readwrite.c -rw-r--r-- 55.8 KB
segment.c -rw-r--r-- 24.3 KB
super.c -rw-r--r-- 16.3 KB

back to top