Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp2955719pxf; Sun, 4 Apr 2021 21:57:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyvuLq9QbVoG+2NrEtw5Adjz6gzDLBbOppXDs9l56M0VgnoNhQidRxxtPlSD9Rcqy1FjteC X-Received: by 2002:a02:8545:: with SMTP id g63mr22210316jai.79.1617598628749; Sun, 04 Apr 2021 21:57:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617598628; cv=none; d=google.com; s=arc-20160816; b=SWB3Rwn23gHpknsrfw23EnVYt2GFf8/+VWmRQWn8dcPPldgRy6xlCy6gDEieDupsw4 w3dQpCgsMmXAuSFEsRBkgD/Phkab8h/JN2IkiP6AEqR+f73vXn6GwwiIyavnvzkxUQyn 7YqkbS3yq0KgV0MoAYUsBqkgWE4/+DFXecFeOmkuELNjETqCeGCHOaCa3RKCn2caM0nz i24lNAaFkhWSC2NKODcCNbndJbCM3fBhbMGm23XNW3d5nd6hefDpMZABKpgiCyI3T0PV qRD+5ST2Ixg8LJRYNLJ7SmzqY0d7ne0S6NpETotGXxdqetB0Mm+wJkJUuhida8PfU9LS q/Dg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=Ew2KBIlIkGswze7If8BQWyV/nSCdOPojxg4ISnGLrLA=; b=YT6r5KQhzuMZDbtBkKvG+zoCEiSBMi6Nb4fo7+kYJQoewYk6gOlBD660lzWgDCcvTm cauzQLD0mI8RcxTb5/PF8/R5avppfivLzQMNSVrfruUItB1TBOOLzGQ2vgW7o7EOQeh1 U6zcdignlv0lYz44lPDx6L2r1N5yRZt65rPur+MgMvabnr5qKG9dWhABbcF8xT9vZDnq IUCXpztfiMu4xy27/z1NKizbMxVbAmGHZ201+mL1AsZfV/2jX34eoixEWyCFZGLzZmib N9XiXD/DFLbPbiCV5P2arOkscfGht820ooOqck3vvp925kyV9EpmGMExdmFadYBJoWr3 GXgQ== 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 v6si7020657ilu.47.2021.04.04.21.56.43; Sun, 04 Apr 2021 21:57:08 -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 S231937AbhDEDhL (ORCPT + 99 others); Sun, 4 Apr 2021 23:37:11 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:15906 "EHLO szxga06-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231932AbhDEDhK (ORCPT ); Sun, 4 Apr 2021 23:37:10 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4FDGWT6G8kzkgTc; Mon, 5 Apr 2021 11:35:17 +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:55 +0800 From: Xiaofei Tan To: , CC: , , Xiaofei Tan Subject: [PATCH 00/10] tty: Fix some coding style issues Date: Mon, 5 Apr 2021 11:34:12 +0800 Message-ID: <1617593662-25900-1-git-send-email-tanxiaofei@huawei.com> X-Mailer: git-send-email 2.8.1 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 some issues reported by checkpatch.pl. All of them are coding style issues, no function changes. Xiaofei Tan (10): tty/sysrq: Add a blank line after declarations tty/sysrq: Fix issues of code indent should use tabs tty: tty_jobctrl: Add a blank line after declarations tty: tty_jobctrl: Fix coding style issues of block comments tty: tty_jobctrl: Remove spaces before tabs tty: tty_ldisc: Fix an issue of code indent should use tabs tty: tty_ldisc: Add a blank line after declarations tty: tty_ldisc: Fix coding style issues of block comments tty: tty_ldisc: Do not use assignment in if condition tty: tty_ldisc: Remove the repeated word 'the' drivers/tty/sysrq.c | 35 ++++++++++++++++++----------------- drivers/tty/tty_jobctrl.c | 29 +++++++++++++++++++---------- drivers/tty/tty_ldisc.c | 41 ++++++++++++++++++++++++++--------------- 3 files changed, 63 insertions(+), 42 deletions(-) -- 2.8.1