Explorar el Código

hwmon: (mc13783-adc) Remove space before tab

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Frans Meulenbroeks hace 13 años
padre
commit
cb88200490
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      drivers/hwmon/mc13783-adc.c

+ 1 - 1
drivers/hwmon/mc13783-adc.c

@@ -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,