From: Andrew Morton Date: Thu, 26 Jun 2014 00:42:45 +0000 (+1000) Subject: mm-zpool-implement-common-zpool-api-to-zbud-zsmalloc-fix X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=69b8ba620c79f84d117aacf207101e8e214d20a8;p=karo-tx-linux.git mm-zpool-implement-common-zpool-api-to-zbud-zsmalloc-fix fix typo in comment Cc: Dan Streetman Signed-off-by: Andrew Morton --- diff --git a/include/linux/zpool.h b/include/linux/zpool.h index a528f7cd11d7..81f0c380286f 100644 --- a/include/linux/zpool.h +++ b/include/linux/zpool.h @@ -118,7 +118,7 @@ int zpool_shrink(struct zpool *pool, unsigned int pages, * @mm How the memory should be mapped * * This maps a previously allocated handle into memory. The @mm - * param indicates to the implemenation how the memory will be + * param indicates to the implementation how the memory will be * used, i.e. read-only, write-only, read-write. If the * implementation does not support it, the memory will be treated * as read-write. @@ -141,7 +141,7 @@ void *zpool_map_handle(struct zpool *pool, unsigned long handle, * @handle The handle to unmap * * This unmaps a previously mapped handle. Any locks or other - * actions that the implemenation took in zpool_map_handle() + * actions that the implementation took in zpool_map_handle() * will be undone here. The memory area returned from * zpool_map_handle() should no longer be used after this. */