diff options
author | Chanwoo Choi | 2013-08-31 06:16:49 +0200 |
---|---|---|
committer | Chanwoo Choi | 2013-09-27 02:37:00 +0200 |
commit | a75e1c73a46eed0332d036e371f714e76d167c07 (patch) | |
tree | e910c19802ead91ec7dc26f1e8d6f63bb7e20faf /drivers/extcon/extcon-adc-jack.c | |
parent | extcon: max77693: Fix checkpatch warning (diff) | |
download | kernel-qcow2-linux-a75e1c73a46eed0332d036e371f714e76d167c07.tar.gz kernel-qcow2-linux-a75e1c73a46eed0332d036e371f714e76d167c07.tar.xz kernel-qcow2-linux-a75e1c73a46eed0332d036e371f714e76d167c07.zip |
extcon: Fix indentation coding style to improve readability
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-adc-jack.c')
-rw-r--r-- | drivers/extcon/extcon-adc-jack.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/extcon/extcon-adc-jack.c b/drivers/extcon/extcon-adc-jack.c index 5985807e52c9..5d16428afd53 100644 --- a/drivers/extcon/extcon-adc-jack.c +++ b/drivers/extcon/extcon-adc-jack.c @@ -27,16 +27,16 @@ /** * struct adc_jack_data - internal data for adc_jack device driver - * @edev - extcon device. - * @cable_names - list of supported cables. - * @num_cables - size of cable_names. - * @adc_conditions - list of adc value conditions. - * @num_conditions - size of adc_conditions. - * @irq - irq number of attach/detach event (0 if not exist). - * @handling_delay - interrupt handler will schedule extcon event - * handling at handling_delay jiffies. - * @handler - extcon event handler called by interrupt handler. - * @chan - iio channel being queried. + * @edev: extcon device. + * @cable_names: list of supported cables. + * @num_cables: size of cable_names. + * @adc_conditions: list of adc value conditions. + * @num_conditions: size of adc_conditions. + * @irq: irq number of attach/detach event (0 if not exist). + * @handling_delay: interrupt handler will schedule extcon event + * handling at handling_delay jiffies. + * @handler: extcon event handler called by interrupt handler. + * @chan: iio channel being queried. */ struct adc_jack_data { struct extcon_dev edev; |