From: SeongJae Park Date: Mon, 7 Apr 2014 22:38:25 +0000 (-0700) Subject: mm/zswap.c: fix trivial typo and arrange indentation X-Git-Tag: submit/tizen/20160607.132125~4796^2~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b4525164e247e29f48b3a69e3d35f60fab50ae5;p=sdk%2Femulator%2Femulator-kernel.git mm/zswap.c: fix trivial typo and arrange indentation Signed-off-by: SeongJae Park Cc: Seth Jennings Cc: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/zswap.c b/mm/zswap.c index e55bab9..5b22453 100644 --- a/mm/zswap.c +++ b/mm/zswap.c @@ -160,14 +160,14 @@ static void zswap_comp_exit(void) * rbnode - links the entry into red-black tree for the appropriate swap type * refcount - the number of outstanding reference to the entry. This is needed * to protect against premature freeing of the entry by code - * concurent calls to load, invalidate, and writeback. The lock + * concurrent calls to load, invalidate, and writeback. The lock * for the zswap_tree structure that contains the entry must * be held while changing the refcount. Since the lock must * be held, there is no reason to also make refcount atomic. * offset - the swap offset for the entry. Index into the red-black tree. * handle - zsmalloc allocation handle that stores the compressed page data * length - the length in bytes of the compressed page data. Needed during - * decompression + * decompression */ struct zswap_entry { struct rb_node rbnode;