From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82043C433E1 for ; Sat, 18 Jul 2020 02:52:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5AA4A2070E for ; Sat, 18 Jul 2020 02:52:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="yenpLLdq" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728792AbgGRCwB (ORCPT ); Fri, 17 Jul 2020 22:52:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726262AbgGRCwA (ORCPT ); Fri, 17 Jul 2020 22:52:00 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4193C0619D2 for ; Fri, 17 Jul 2020 19:51:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:To:Subject:From:Sender:Reply-To:Cc:Content-ID: Content-Description:In-Reply-To:References; bh=ULznKBPlWXTOA+zf1n5CkDMDVEkpNikCbcBnHTq70GI=; b=yenpLLdq8M26PgVPIQbGZ0KSgZ y8aYE9ppIi1uW5LUOX8Qbq3WHPnoYOim0uGvAuGWDgJLWI5Q9RVl/Z+fkTuAtx/HfBo+UBXj4YDxZ loiT4T2jhXo/613SjOrEQekjScCu4F/1HDhKErDcHqwjIvwjm3g0v0eeIjztrjgcdYLCv7L19gwFX NwNOrcefD09lsfNcAT/kJxn/Q+1iKX/OPa4Eug0c6CAbY4xE3w8UsN9k9aBXKpn8lOgseVM3gdiOv 4TmEvq+P5jzuL6+DG5sTto/5Cl9M7j0oqO9zIZS1AK6TAUAaXQqQWyJ5MicZhB6OWWSCzXHMb2C/2 ccys/yhw==; Received: from [2601:1c0:6280:3f0::19c2] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwcx5-0006gV-R8; Sat, 18 Jul 2020 02:51:52 +0000 From: Randy Dunlap Subject: [PATCH] frontswap: linux/frontswap.h: drop duplicated word in a comment To: LKML , Andrew Morton , Linux MM , Konrad Rzeszutek Wilk Message-ID: <3af7ed91-ad62-8445-40a4-9e07a64b9523@infradead.org> Date: Fri, 17 Jul 2020 19:51:48 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Drop the doubled word "in" in a comment. Signed-off-by: Randy Dunlap Cc: Konrad Rzeszutek Wilk Cc: Andrew Morton Cc: linux-mm@kvack.org --- 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