Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp153484pxf; Tue, 6 Apr 2021 17:55:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz/4XUKOIDhp7aAXReWce1XqY1FrApLlyEObXeT6A4jJeFDLf72m9wjGzLYf7c3HBRmQqhq X-Received: by 2002:a92:6810:: with SMTP id d16mr819025ilc.88.1617756934831; Tue, 06 Apr 2021 17:55:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617756934; cv=none; d=google.com; s=arc-20160816; b=DqjXnT9UgGd6zSkBCaptsz4bDZPJyes7TSnSEIP5ODUJPXsl6h+Iok60956tlJfyY8 mCxU4d7Uv0mizuIfaqZhFg4I7qLNmgrqXVfcowtwyBweGl6llTIDKtQ/N+h21jtxmyE4 FzU+27v2aUXLS4atwHoLftJVgYHLGHwKJyzyIt51+TDUmqaCs/4fAuiR04jW9NWY66GB Wfj0C9H4E9Pdw94fOS9jpZavmldRGr56WryRX+RIcntPBk5I0mxvriQ6ctQhrRVKRYqc wkEZb8xMP08DE0nZjxX1Rvy+S7LP9mfO3RyNOjqUpy3g+FX3x2taZQCOBucTZ4HpJsyj db6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=m2p4OnyTLHeCO/F63MqBQGoq9DgP0SrYYu1J2sA6U9I=; b=OeYdJ2jOFr4//z3mdLPXiPOWeUTSSaCwbv6WF14TcQXzT+OXThurypU2HfwGVrwE5I PRvfzXrVv0taXS4sFTPYocssEkubNH4QXwKyyROLnH10Jeu4qok3IXCszI6zNKvTNds8 Csg3G5ZE6J7j5FhL+OFyUJnK8++yBY9RfDw6DlUlceEMhgkodQsAloVOwfmd9g9xiQ0K Tn4gCiTRim62kVwbpMPOAjANHmQ1C5/y5o4FvrJPF+I/OLFEn7MQzv7/Dh+meXp4bwHZ U0JbY2eY1OIZ9pVqhjiRp/8I9arsHiQwbiC+LF25ak+tL7JS+G4e3dGMgNW2mQz1Z7R+ L1Iw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y5si19206057ilu.35.2021.04.06.17.55.22; Tue, 06 Apr 2021 17:55:34 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245583AbhDFL2C (ORCPT + 99 others); Tue, 6 Apr 2021 07:28:02 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:16354 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245512AbhDFL1o (ORCPT ); Tue, 6 Apr 2021 07:27:44 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4FF4vP6Fpgz93L8; Tue, 6 Apr 2021 19:25:21 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.498.0; Tue, 6 Apr 2021 19:27:26 +0800 From: Xiaofei Tan To: , CC: , , Xiaofei Tan Subject: [PATCH v2 10/10] tty: tty_ldisc: Remove the repeated word 'the' Date: Tue, 6 Apr 2021 19:24:48 +0800 Message-ID: <1617708288-14847-11-git-send-email-tanxiaofei@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1617708288-14847-1-git-send-email-tanxiaofei@huawei.com> References: <1617708288-14847-1-git-send-email-tanxiaofei@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove the repeated word 'the' following advice of checkpatch.pl Signed-off-by: Xiaofei Tan --- drivers/tty/tty_ldisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/tty_ldisc.c b/drivers/tty/tty_ldisc.c index 56e67f7..fdc4fa3 100644 --- a/drivers/tty/tty_ldisc.c +++ b/drivers/tty/tty_ldisc.c @@ -147,7 +147,7 @@ static int tty_ldisc_autoload = IS_BUILTIN(CONFIG_LDISC_AUTOLOAD); * Returns: -EINVAL if the discipline index is not [N_TTY..NR_LDISCS] or * if the discipline is not registered * -EAGAIN if request_module() failed to load or register the - * the discipline + * discipline * -ENOMEM if allocation failure * * Otherwise, returns a pointer to the discipline and bumps the -- 2.8.1