drivers/misc/vmw_balloon.c: fix typo in code comment
Fix typo in code comment. Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com> Acked-by: Dmitry Torokhov <dtor@vmware.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
6d994a7e42
commit
2ca02df6b0
@ -151,7 +151,7 @@ MODULE_LICENSE("GPL");
|
|||||||
struct vmballoon_stats {
|
struct vmballoon_stats {
|
||||||
unsigned int timer;
|
unsigned int timer;
|
||||||
|
|
||||||
/* allocation statustics */
|
/* allocation statistics */
|
||||||
unsigned int alloc;
|
unsigned int alloc;
|
||||||
unsigned int alloc_fail;
|
unsigned int alloc_fail;
|
||||||
unsigned int sleep_alloc;
|
unsigned int sleep_alloc;
|
||||||
|
Loading…
Reference in New Issue
Block a user