Skip to content

Commit

Permalink
da9030_battery: fix spelling in comment
Browse files Browse the repository at this point in the history
platfrom -> platform
monotor -> monitor

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Cc: Anton Vorontsov <cbouatmailru@gmail.com>
Acked-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
  • Loading branch information
Stefan Weil authored and Anton Vorontsov committed Feb 2, 2010
1 parent f8d94eb commit 5324dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/da9030_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ static int da9030_battery_probe(struct platform_device *pdev)

charger->master = pdev->dev.parent;

/* 10 seconds between monotor runs unless platfrom defines other
/* 10 seconds between monitor runs unless platform defines other
interval */
charger->interval = msecs_to_jiffies(
(pdata->batmon_interval ? : 10) * 1000);
Expand Down

0 comments on commit 5324dc0

Please sign in to comment.