Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4301273pxj; Wed, 12 May 2021 02:31:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzFzypnYPS7/rfw53iigg8/7SpX1G7P1aoXPHY4GAcI3Y8bCGinm9FQLx0UxkSsAgk4ubT9 X-Received: by 2002:a05:6e02:c71:: with SMTP id f17mr30302999ilj.176.1620811893720; Wed, 12 May 2021 02:31:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620811893; cv=none; d=google.com; s=arc-20160816; b=N2X4TsPYJpuNzXRBI4QLcKQ+64EzZsAbSVkNHMKnv+ioSr46Pp9dHb+XOjzgAVK7VQ UndN4kPUYShSiFUaPvnfpatHUMgY4EHkbB8AOIah9+5GhGpGMekxek5fB3crpYCTz+18 XsiZ6FxzZ79m+zWIx0x//4d5eb1pxA3FG5YJSQRt49DcQgm3g9AgWKLUpPBk4ScFF9Qs KcHlrld8Z0f3OnuH4sjphajMGGFU8zBhDSSIKgRfa/XfKu/EfgS86hkfEGE1JXAxu//Y u13AXh21J5cYYKT9KyBRR4voYAQhcqn8ZjiBjj3GPPXdgVDbdc0TIMvs/HT005ZUtN7f qRoA== 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=sHKiyuyRYYqpWugI0FjoKzrq+Qe0uj9cDqAu1jDYGGE=; b=oOA5O3ea62ncszlyHys+mmMSBk9I6DojLKCqMcrf/n7guc5iSgGOG9l/l/EryI/iWt a0t5r7a/oywqD3bWcUaicXrH8VGQZMjiZbuU7wByIMVNiLMiRy5Pm9EZVCXo6vc/rqts eCIAn6f93UvxLuKrLk+0TXJL/g+VHM25clkW+1danIDyWCligKk0b0rB4/55upJZ+g4q CTWWqQ/CxxPJJId5B9mVDTewajupuVENHZhS8xCVqJMTMn58zhvHIMWkqnzGOo0LN4K9 ehbNVNHp3VTDC8KBK7BlJoEw7dhIXsD5PdF8pEVrGQjRTw2XlrzSJcuEwpn36irrHYLN 6Ulg== 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 b11si17262994ilj.61.2021.05.12.02.31.21; Wed, 12 May 2021 02:31:33 -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 S230418AbhELJbY (ORCPT + 99 others); Wed, 12 May 2021 05:31:24 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:2643 "EHLO szxga06-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230181AbhELJao (ORCPT ); Wed, 12 May 2021 05:30:44 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4Fg8Zh6YKSzldYh; Wed, 12 May 2021 17:27:24 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.498.0; Wed, 12 May 2021 17:29:26 +0800 From: Xiaofei Tan To: , CC: , , Xiaofei Tan Subject: [PATCH 09/17] tty: tty_io: Fix trailing whitespace issues Date: Wed, 12 May 2021 17:26:17 +0800 Message-ID: <1620811585-18582-10-git-send-email-tanxiaofei@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1620811585-18582-1-git-send-email-tanxiaofei@huawei.com> References: <1620811585-18582-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 Fix trailing whitespace issues, reported by checkpatch.pl. Signed-off-by: Xiaofei Tan --- drivers/tty/tty_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c index 93a9142..5ad2b73 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c @@ -3015,7 +3015,7 @@ static int this_tty(const void *t, struct file *file, unsigned fd) return 0; return file_tty(file) != t ? 0 : fd + 1; } - + /* * This implements the "Secure Attention Key" --- the idea is to * prevent trojan horses by killing all processes associated with this -- 2.8.1