From 8fc8f4d57c8d146971e4d1456f8e93a22e1487c3 Mon Sep 17 00:00:00 2001
From: Marcin Jabrzyk <m.jabrzyk@samsung.com>
Date: Wed, 7 Jan 2015 11:14:41 +0100
Subject: mm: fix cleancache debugfs directory path

Minor fixes for cleancache about wrong debugfs paths
in documentation and code comment.

Signed-off-by: Marcin Jabrzyk <m.jabrzyk@samsung.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 mm/cleancache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mm/cleancache.c')

diff --git a/mm/cleancache.c b/mm/cleancache.c
index d0eac4350403..053bcd8f12fb 100644
--- a/mm/cleancache.c
+++ b/mm/cleancache.c
@@ -25,7 +25,7 @@
 static struct cleancache_ops *cleancache_ops __read_mostly;
 
 /*
- * Counters available via /sys/kernel/debug/frontswap (if debugfs is
+ * Counters available via /sys/kernel/debug/cleancache (if debugfs is
  * properly configured.  These are for information only so are not protected
  * against increment races.
  */
-- 
cgit v1.2.1