mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
writeback: fix a typo in comment
Signed-off-by: Yan Hong <clouds.yan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9feedc9d83
commit
5aaea51dfb
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ int bdi_writeback_thread(void *data)
|
|||
while (!kthread_freezable_should_stop(NULL)) {
|
||||
/*
|
||||
* Remove own delayed wake-up timer, since we are already awake
|
||||
* and we'll take care of the preriodic write-back.
|
||||
* and we'll take care of the periodic write-back.
|
||||
*/
|
||||
del_timer(&wb->wakeup_timer);
|
||||
|
||||
|
|
Loading…
Reference in a new issue