mfd: ab8500-debugfs: Trivially beautify the debugfs driver
Just lots of white space corrections, changing some of the 4 space tabs to 8 and pulling back some of the double tabbing back into singles, such as the remaining of the driver. Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
f348fefd2a
commit
9f9ba15f74
1 changed files with 89 additions and 97 deletions
|
@ -2375,16 +2375,8 @@ static int ab8540_gpadc_otp_cal_print(struct seq_file *s, void *p)
|
|||
"VBAT_L:0x%X\n"
|
||||
"VBAT_H:0x%X\n"
|
||||
"IBAT_L:0x%X\n"
|
||||
"IBAT_H:0x%X\n"
|
||||
,
|
||||
vmain_l,
|
||||
vmain_h,
|
||||
btemp_l,
|
||||
btemp_h,
|
||||
vbat_l,
|
||||
vbat_h,
|
||||
ibat_l,
|
||||
ibat_h);
|
||||
"IBAT_H:0x%X\n",
|
||||
vmain_l, vmain_h, btemp_l, btemp_h, vbat_l, vbat_h, ibat_l, ibat_h);
|
||||
}
|
||||
|
||||
static int ab8540_gpadc_otp_cal_open(struct inode *inode, struct file *file)
|
||||
|
|
Loading…
Reference in a new issue