Skip to content

Commit

Permalink
hwmon: (mc13783-adc) Remove space before tab
Browse files Browse the repository at this point in the history
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Frans Meulenbroeks authored and Jean Delvare committed Mar 23, 2012
1 parent af2ef4f commit cb88200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/mc13783-adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb88200

Please sign in to comment.