2012-06-15 08:04:55

by Wanpeng Li

[permalink] [raw]
Subject: [PATCH] mm: cleanup on the comments of zone_reclaim_stat

From: Wanpeng Li <[email protected]>

Signed-off-by: Wanpeng Li <[email protected]>

---
include/linux/mmzone.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 2427706..d6a5f83 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -188,7 +188,7 @@ static inline int is_unevictable_lru(enum lru_list lru)
struct zone_reclaim_stat {
/*
* The pageout code in vmscan.c keeps track of how many of the
- * mem/swap backed and file backed pages are refeferenced.
+ * mem/swap backed and file backed pages are referenced.
* The higher the rotated/scanned ratio, the more valuable
* that cache is.
*
--
1.7.9.5


2012-06-15 08:43:32

by Minchan Kim

[permalink] [raw]
Subject: Re: [PATCH] mm: cleanup on the comments of zone_reclaim_stat

Hi Wanpeng,

On 06/15/2012 05:04 PM, Wanpeng Li wrote:

> From: Wanpeng Li <[email protected]>
>
> Signed-off-by: Wanpeng Li <[email protected]>

Acked-by: Minchan Kim <[email protected]>

Please Ccing trivial maintainer.

Thanks.
--
Kind regards,
Minchan Kim

2012-06-16 06:58:52

by Kamezawa Hiroyuki

[permalink] [raw]
Subject: Re: [PATCH] mm: cleanup on the comments of zone_reclaim_stat

(2012/06/15 17:04), Wanpeng Li wrote:
> From: Wanpeng Li<[email protected]>
>
> Signed-off-by: Wanpeng Li<[email protected]>
>

Acked-by: KAMEZAWA Hiroyuki <[email protected]>