mirror of https://gitee.com/openkylin/linux.git
hwmon: (mc13783-adc) Remove space before tab
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
parent
af2ef4fc04
commit
cb88200490
|
@ -220,7 +220,7 @@ static int __devexit mc13783_adc_remove(struct platform_device *pdev)
|
|||
}
|
||||
|
||||
static struct platform_driver mc13783_adc_driver = {
|
||||
.remove = __devexit_p(mc13783_adc_remove),
|
||||
.remove = __devexit_p(mc13783_adc_remove),
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = MC13783_ADC_NAME,
|
||||
|
|
Loading…
Reference in New Issue