[patch 046/118] mm: zswap: clean up confusing comment
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2021-02-26 01:18:17
Also in:
mm-commits
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2021-02-26 01:18:17
Also in:
mm-commits
From: Randy Dunlap <redacted> Subject: mm: zswap: clean up confusing comment Correct wording and change one duplicated word (it) to "it is". Link: https://lkml.kernel.org/r/20201221042848.13980-1-rdunlap@infradead.org Fixes: 0ab0abcf5115 ("mm/zswap: refactor the get/put routines") Signed-off-by: Randy Dunlap <redacted> Cc: Weijie Yang <redacted> Cc: Seth Jennings <redacted> Cc: Seth Jennings <redacted> Cc: Dan Streetman <redacted> Cc: Vitaly Wool <redacted> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- mm/zswap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
--- a/mm/zswap.c~mm-zswap-clean-up-confusing-comment
+++ a/mm/zswap.c@@ -1022,10 +1022,10 @@ static int zswap_writeback_entry(struct /* * if we get here due to ZSWAP_SWAPCACHE_EXIST - * a load may happening concurrently - * it is safe and okay to not free the entry + * a load may be happening concurrently. + * it is safe and okay to not free the entry. * if we free the entry in the following put - * it it either okay to return !0 + * it is also okay to return !0 */ fail: spin_lock(&tree->lock);
_