WARNING: please write a paragraph that describes the config symbol fully
#35: FILE: drivers/leds/Kconfig:405:
+config LEDS_LM3556
ERROR: "foo * bar" should be "foo *bar"
#204: FILE: drivers/leds/leds-lm3556.c:142:
+static int lm3556_read_reg(struct i2c_client *client, u8 reg, u8 * val)
total: 1 errors, 1 warnings, 736 lines checked
./patches/leds-add-led-driver-for-lm3556-chip.patch has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
Please run checkpatch prior to sending patches
Cc: Geon Si Jeong <gshark.jeong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
};
/* i2c access*/
-static int lm3556_read_reg(struct i2c_client *client, u8 reg, u8 * val)
+static int lm3556_read_reg(struct i2c_client *client, u8 reg, u8 *val)
{
int ret;