Correct wording and change one duplicated word (it) to "it is". Fixes: 0ab0abcf5115 ("mm/zswap: refactor the get/put routines") Signed-off-by: Randy Dunlap <rdun...@infradead.org> Cc: Weijie Yang <weijie.y...@samsung.com> Cc: Seth Jennings <sjenni...@variantweb.net> Cc: Seth Jennings <sjenn...@redhat.com> Cc: Andrew Morton <a...@linux-foundation.org> Cc: Dan Streetman <ddstr...@ieee.org> Cc: Vitaly Wool <vitaly.w...@konsulko.com> Cc: linux...@kvack.org --- mm/zswap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
--- linux-next-20201218.orig/mm/zswap.c +++ linux-next-20201218/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);