diff options
author | Srikant Ritolia <s.ritolia@samsung.com> | 2016-12-07 17:29:39 +0530 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2017-01-09 10:04:09 +0900 |
commit | af57fa4de24654aa4b2ee648dcd14a3e31bce3a6 (patch) | |
tree | 8411dce152952adadc43c406eeb6ad6fcef6302f /drivers/extcon/extcon-rt8973a.c | |
parent | e7d9dd5ab15fa6d895929176592d6946bf329cf8 (diff) | |
download | op-kernel-dev-af57fa4de24654aa4b2ee648dcd14a3e31bce3a6.zip op-kernel-dev-af57fa4de24654aa4b2ee648dcd14a3e31bce3a6.tar.gz |
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-rt8973a.c')
-rw-r--r-- | drivers/extcon/extcon-rt8973a.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/extcon/extcon-rt8973a.c b/drivers/extcon/extcon-rt8973a.c index 174c388..3e882aa 100644 --- a/drivers/extcon/extcon-rt8973a.c +++ b/drivers/extcon/extcon-rt8973a.c @@ -142,8 +142,10 @@ enum rt8973a_muic_acc_type { RT8973A_MUIC_ADC_UNKNOWN_ACC_5, RT8973A_MUIC_ADC_OPEN = 0x1f, - /* The below accessories has same ADC value (0x1f). - So, Device type1 is used to separate specific accessory. */ + /* + * The below accessories has same ADC value (0x1f). + * So, Device type1 is used to separate specific accessory. + */ /* |---------|--ADC| */ /* | [7:5]|[4:0]| */ RT8973A_MUIC_ADC_USB = 0x3f, /* | 001|11111| */ |