From: Randy Dunlap <[email protected]> Drop the doubled word "in" in a comment.
Signed-off-by: Randy Dunlap <[email protected]> Cc: Konrad Rzeszutek Wilk <[email protected]> Cc: Andrew Morton <[email protected]> Cc: [email protected] --- include/linux/frontswap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include/linux/frontswap.h +++ linux-next-20200714/include/linux/frontswap.h @@ -10,7 +10,7 @@ /* * Return code to denote that requested number of * frontswap pages are unused(moved to page cache). - * Used in in shmem_unuse and try_to_unuse. + * Used in shmem_unuse and try_to_unuse. */ #define FRONTSWAP_PAGES_UNUSED 2

