mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
da9030_battery: fix spelling in comment
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>
This commit is contained in:
parent
f8d94eb77e
commit
5324dc0e38
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user