summaryrefslogtreecommitdiff
path: root/drivers/staging/ramzswap/xvmalloc.c
diff options
context:
space:
mode:
authorC yp <cyp561@gmail.com>2010-01-06 13:42:00 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:38 -0800
commitef4ffb7ade54f7669172cf5cead69695e588c06a (patch)
tree3a76dc31353ecf147f9e1677b78e9fe90bc4c6e6 /drivers/staging/ramzswap/xvmalloc.c
parent2141ec629c9c9a70c905cfebcc8fa69373dd982a (diff)
downloadlinux-3.10-ef4ffb7ade54f7669172cf5cead69695e588c06a.tar.gz
linux-3.10-ef4ffb7ade54f7669172cf5cead69695e588c06a.tar.bz2
linux-3.10-ef4ffb7ade54f7669172cf5cead69695e588c06a.zip
Staging: ramzswap: Minor spelling fixes
Also removed an extra semicolon. Signed-off-by: Cyp <cyp561@gmail.com> Cc: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ramzswap/xvmalloc.c')
-rw-r--r--drivers/staging/ramzswap/xvmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ramzswap/xvmalloc.c b/drivers/staging/ramzswap/xvmalloc.c
index b3e986c3314..dabd266a427 100644
--- a/drivers/staging/ramzswap/xvmalloc.c
+++ b/drivers/staging/ramzswap/xvmalloc.c
@@ -273,7 +273,7 @@ static void remove_block(struct xv_pool *pool, struct page *page, u32 offset,
}
/*
- * Allocate a page and add it freelist of given pool.
+ * Allocate a page and add it to freelist of given pool.
*/
static int grow_pool(struct xv_pool *pool, gfp_t flags)
{