diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-08-12 10:15:39 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2014-09-22 11:43:08 +0900 |
commit | fbae30d8dd35454bd4a55445d1bb51c620f8e646 (patch) | |
tree | 3088a00419a74d4709d0794685f2ebd45576b848 /drivers/extcon/Kconfig | |
parent | ca2a07e45d1d3d31a0a85d2f63d81a897c610040 (diff) | |
download | blackbird-obmc-linux-fbae30d8dd35454bd4a55445d1bb51c620f8e646.tar.gz blackbird-obmc-linux-fbae30d8dd35454bd4a55445d1bb51c620f8e646.zip |
extcon: sm5502: Clean up codes by using checkpatch script
This patch just clean up codes by using checkpatch script and fix warning
message about if statement.
- the result of checkpatch script as following:
WARNING: void function return statements are not generally useful
+ return;
+}
WARNING: quoted string split across lines
+ dev_err(info->dev, "failed: irq request (IRQ: %d,"
+ " error :%d)\n", muic_irq->irq, ret);
- warning message about coding style.
drivers/extcon/extcon-sm5502.c:398 sm5502_muic_cable_handler()
warn: we tested 'attached' before and it was 'false'
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/Kconfig')
0 files changed, 0 insertions, 0 deletions