mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue.
authorLee Jones <lee.jones@linaro.org>
Wed, 28 Oct 2015 16:02:48 +0000 (16:02 +0000)
committerLee Jones <lee.jones@linaro.org>
Thu, 14 Jan 2016 08:44:01 +0000 (08:44 +0000)
commit2756db6c63662a179d1a59be2c0fa260dbd1b2fc
tree92bdbafa0c322cff376a8c079ffd93ae76e38346
parentd43c4290ff5c37e5ba8702301ad51786a37979ed
mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue.

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>
drivers/mfd/cros_ec_i2c.c