aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max14577.c
diff options
context:
space:
mode:
authorSrikant Ritolia <s.ritolia@samsung.com>2016-12-07 17:29:39 +0530
committerChanwoo Choi <cw00.choi@samsung.com>2017-01-09 10:04:09 +0900
commitaf57fa4de24654aa4b2ee648dcd14a3e31bce3a6 (patch)
tree8411dce152952adadc43c406eeb6ad6fcef6302f /drivers/extcon/extcon-max14577.c
parentextcon: Return error code on failure (diff)
downloadlinux-dev-af57fa4de24654aa4b2ee648dcd14a3e31bce3a6.tar.xz
linux-dev-af57fa4de24654aa4b2ee648dcd14a3e31bce3a6.zip
extcon: Restructure multi-line comments to follow codingstyle
Aligning all block comments in extcon subsystem as per linux coding style. Found using checkpatch.pl script. Signed-off-by: Srikant Ritolia <s.ritolia@samsung.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-max14577.c')
-rw-r--r--drivers/extcon/extcon-max14577.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/extcon/extcon-max14577.c b/drivers/extcon/extcon-max14577.c
index 12e26c4e7763..f6414b7fa5bc 100644
--- a/drivers/extcon/extcon-max14577.c
+++ b/drivers/extcon/extcon-max14577.c
@@ -531,8 +531,10 @@ static int max14577_parse_irq(struct max14577_muic_info *info, int irq_type)
case MAX14577_IRQ_INT1_ADC:
case MAX14577_IRQ_INT1_ADCLOW:
case MAX14577_IRQ_INT1_ADCERR:
- /* Handle all of accessory except for
- type of charger accessory */
+ /*
+ * Handle all of accessory except for
+ * type of charger accessory.
+ */
info->irq_adc = true;
return 1;
case MAX14577_IRQ_INT2_CHGTYP: