Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp935590pxf; Wed, 7 Apr 2021 15:29:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzYyYUKR/PAJdcnZdFRc/3KVJ4G0RTey97JHVE3Pqs/Q8ESQZipZ5JWvcyKemFeFQligKzc X-Received: by 2002:a17:906:4347:: with SMTP id z7mr5000919ejm.246.1617834560076; Wed, 07 Apr 2021 15:29:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617834560; cv=none; d=google.com; s=arc-20160816; b=nm9BVzrupQ9naLcHb+JxwBFZWZifUi8dpn3V3eQGLQ217/DptqRgFkzPWx18OFVo5L lrkfQQBmZBlZRxb8kvCEgLDKlP7gjrmwhweuMnp2hPi8jR+2Q4425/6eDwdqnVwHRLbL UxC3ljg/si2sv0unK/cPKaZGE3iBwzNy1Kg/H3faIKQj5dTjOKMexTrO7hQuBTunR9qo VNQCoMWC/ajr4oNWVKjmdvrLxDUg2Sey/T2yP0YhBX1gymotJifk9eIKTiU4jTwgoxxY NKewQc6mFfon0WsXg45frlSxdwKtr08P7OcX3yXGWNjJVQtPEv4szPEdXcQRp6qSANJJ ONhQ== 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=kNBRL+71xywah15ocixI6Ap3pC7sDup4r6aDl9uRs/M=; b=L2CVngiz8zXnSqVl5oUPJN7umKdszi8sijGMIc5v9im7q8aWXyT9KcEWq3OtKAGawK FlXNRMcBNRpSPcz6AAREsmWGDflqknNpC8+h98aZpH+l4xoRQMB6zxe1bIgdqzz+wvoy pfamUUyeaWs5Yzlgk/nhWtvrJzhYHw1hSx6zPVVR5Zrq9wssPWcgqqkKtRDg3jKTME8R 9WGLPcvE+Um1oL1WDO+Fw8s+m2z6APHOlLcnYCNuMXGY1C1IYSSSg/eKgl3d8yPnZ+to V6J6gG81zZYKscERci3N9hDwjZMewiChPqm7XX+WnxwaDpLG7ItUONvfafVjz+i/ZeWx zUXA== 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 t16si5981457edi.299.2021.04.07.15.28.56; Wed, 07 Apr 2021 15:29:20 -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 S1349348AbhDGHJx (ORCPT + 99 others); Wed, 7 Apr 2021 03:09:53 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:15148 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349324AbhDGHJt (ORCPT ); Wed, 7 Apr 2021 03:09:49 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4FFb6g4vgQzpVwt; Wed, 7 Apr 2021 15:06:51 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.498.0; Wed, 7 Apr 2021 15:09:27 +0800 From: Xiaofei Tan To: , CC: , , Xiaofei Tan Subject: [PATCH v3 05/10] tty: tty_jobctrl: Remove spaces before tabs Date: Wed, 7 Apr 2021 15:06:45 +0800 Message-ID: <1617779210-51576-6-git-send-email-tanxiaofei@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1617779210-51576-1-git-send-email-tanxiaofei@huawei.com> References: <1617779210-51576-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 spaces before tabs following the advice of checkpatch.pl. Signed-off-by: Xiaofei Tan --- drivers/tty/tty_jobctrl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/tty/tty_jobctrl.c b/drivers/tty/tty_jobctrl.c index 5b4ab16..72df97b 100644 --- a/drivers/tty/tty_jobctrl.c +++ b/drivers/tty/tty_jobctrl.c @@ -244,10 +244,10 @@ int tty_signal_session_leader(struct tty_struct *tty, int exit_session) * it wants to disassociate itself from its controlling tty. * * It performs the following functions: - * (1) Sends a SIGHUP and SIGCONT to the foreground process group - * (2) Clears the tty from being controlling the session - * (3) Clears the controlling tty for all processes in the - * session group. + * (1) Sends a SIGHUP and SIGCONT to the foreground process group + * (2) Clears the tty from being controlling the session + * (3) Clears the controlling tty for all processes in the + * session group. * * The argument on_exit is set to 1 if called when a process is * exiting; it is 0 if called by the ioctl TIOCNOTTY. -- 2.8.1