mfd: twl6030-irq: Extinguish coding style warnings
authorLee Jones <lee.jones@linaro.org>
Mon, 21 Jul 2014 14:06:35 +0000 (15:06 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 25 Jul 2014 14:31:42 +0000 (15:31 +0100)
commit3103de8cd4e862c48a02327a21aec459c2c7dbb0
tree9e4567b64af6abb1a393498cfcbc3f75abac890b
parent6db1c9ba9d234fd578c6e71a12974748bb959d95
mfd: twl6030-irq: Extinguish coding style warnings

This is part of an effort to clean-up the MFD subsystem.

WARNING: please, no space before tabs
+^IRSV_INTR_OFFSET,  ^I/* Bit 12^IReserved^I^I*/$

WARNING: Missing a blank line after declarations
+       u8 unmask_value;
+       ret = twl_i2c_read_u8(TWL_MODULE_PIH, &unmask_value,

WARNING: Missing a blank line after declarations
+       u8 mask_value;
+       ret = twl_i2c_read_u8(TWL_MODULE_PIH, &mask_value,

total: 0 errors, 3 warnings, 484 lines checked

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/twl6030-irq.c
This page took 0.024556 seconds and 5 git commands to generate.