Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp2927123pxf; Sun, 4 Apr 2021 20:41:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzc7zPm9RQotSx22uGsRMKPA7f46h0tSuWTpOm4l5HC4gb4CtEyjYotnOqzA7FMFfCTD0y6 X-Received: by 2002:a17:906:ff41:: with SMTP id zo1mr4840786ejb.19.1617594071901; Sun, 04 Apr 2021 20:41:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617594071; cv=none; d=google.com; s=arc-20160816; b=hz4rY410VU8TtCqcbXC5s3vfhiGoY5PbgfJThrrhhNuILara127RP2MeRAZrq7gA1J 9bpnusZE4GJZlpSn200FoGGjY352gUf86Q7DD9e78AuCCXvd+C9XHz0pww0g10BQeLBF V9Sz8f5KMSHClmurCRBsN2mC40PNpg+I3kOOSYDRaq6++TiiTR+feBXNXE+Wf0Z4o2Jw qEu429JFucbNKeqgg6ghDZ3OXcRjQPVoGq+YES8Tf65VXFzmJMzVYImjVvzW9BJwiVhm lsXLhV8c2i+CjyRDDclWOeDG3jN0b8JJC3x6WpR8a6vnF5aEuXrpx3KqhmelNWOFW3Zq UdPA== 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=pDgsOwTG+vAQ0OYw6nyL0EevnTFdqrP9To9PNj088tE=; b=P0UySDvGlmoOhHfactb16oaKMwA1KEOiHj+2MDeVi/d/WxamRf9DNpcFUvr0o+U2/V kk7Q4GrP++ui4VgriOAudFoS0iz4hYtmSmJlWjbJTDjYnzsdv0HxSqV6fNVARhm04Oac 4H623YOqFtKAaPzs5HjBf0S1lRe6PN98bbQhzBevFfYdHchUJG9Nix+9A4bl2LGOHbzb 42S909WiPo3XWm5sSQHCcBFwMXTViObvqhSPh4465fpgsI+QAeSohrb5/1XpOnAWaL6f f+OEWJnRhSl/FRwuAxOoU95aco75PdJdhldeo9E0fIb0/oI/q3Bl8gu3C/ClRQOBLQPS 7BIg== 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 cq25si6166819edb.77.2021.04.04.20.40.49; Sun, 04 Apr 2021 20:41:11 -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 S232006AbhDEDh1 (ORCPT + 99 others); Sun, 4 Apr 2021 23:37:27 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:15538 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231965AbhDEDhP (ORCPT ); Sun, 4 Apr 2021 23:37:15 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FDGVS2hK2zPnlv; Mon, 5 Apr 2021 11:34:24 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.498.0; Mon, 5 Apr 2021 11:36:57 +0800 From: Xiaofei Tan To: , CC: , , Xiaofei Tan Subject: [PATCH 05/10] tty: tty_jobctrl: Remove spaces before tabs Date: Mon, 5 Apr 2021 11:34:17 +0800 Message-ID: <1617593662-25900-6-git-send-email-tanxiaofei@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1617593662-25900-1-git-send-email-tanxiaofei@huawei.com> References: <1617593662-25900-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 4d78422..2f7d4ba 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