Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4300607pxj; Wed, 12 May 2021 02:30:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz2qwNkXwMJGzCTOEjTFTy/uPYga9FlcX1opZmY9PEImr8yj2UyavsevRLPs6IwzVriQLTn X-Received: by 2002:a5e:8c11:: with SMTP id n17mr17060569ioj.53.1620811830863; Wed, 12 May 2021 02:30:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620811830; cv=none; d=google.com; s=arc-20160816; b=pyRTWGEj0YR6BVGwbgP/HJgFixiMcd104D6Lcbk+A+D/21mAgJtdxGM90zRKaJQywp oylSd5kjHUii4uDLbbdxYgfcH2LPpUcx6d1TBqLOJ0++ZJd4100C/s4TmtFqDmnBur3f iUWYQHb+Mh+STT8qADwEpm+J62lYcoj90nXsirBdWO1ztn10hE6BFwEOlp2CdZrY+HVm LdDYihBRdlgsFQvyQn8TWiUxBeypmjo6CSXRij5jJWQqA1hW5kjaSYl9rb3BGarjoOw6 5zH6mp8G5g3gO1nKbely3cGEoz5fRhHGtFSbTgcMRgJgN9gqNHS4NK96mlbpxfpDR4V+ jmlQ== 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=auw+J4q52DUw7bsGa8QCx4afLyXtCDjeJ0w9Ewep8wM=; b=cyC29xyzI8cKlkLsPBmvK9d9P+W5PiyyYiJqvTHT24xL2rnshyhYLJDKeLpGpRDvlG gkZncrAeZGybyGZhUWTz+ioHraoFhgJ4zdqEo/wZLq2H/HMdjWBiQPk0qW0WuQVc9GJu F2nu1DbWzx2oYmOjtZaUFK2krXGfDiYxQJI3yvjMVPj76c+R2tucBhtS2jDrHUBfhWVH 4mzUd26OusvB/yjl+mFEr59kyO1Va2+Dtj2Bvi99LVL65N0Dve7fwntixBTGItdARxaP RLwqbe+YpNQtkQpdQICMx5myK91cShEpFLIb3Ye1HOxJCD8zyxAWd/zO6Bez7t1skl3S jt9A== 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 r16si22561855jao.87.2021.05.12.02.30.16; Wed, 12 May 2021 02:30:30 -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 S230240AbhELJat (ORCPT + 99 others); Wed, 12 May 2021 05:30:49 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:2460 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230019AbhELJam (ORCPT ); Wed, 12 May 2021 05:30:42 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4Fg8Z22KVYzBtTM; Wed, 12 May 2021 17:26:50 +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:23 +0800 From: Xiaofei Tan To: , CC: , , Xiaofei Tan Subject: [PATCH 00/17] tty: Fix some coding style issues Date: Wed, 12 May 2021 17:26:08 +0800 Message-ID: <1620811585-18582-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 (17): tty: tty_baudrate: Remove unnecessary tab and spaces in comment sentence tty: tty_baudrate: Fix coding style issues of block comments tty: tty_buffer: Add a blank line after declarations tty: tty_buffer: Remove the repeated word 'the' tty: tty_buffer: Fix coding style issues of block comments tty: tty_io: Remove spaces before tabs tty: tty_io: Add a blank line after declarations tty: tty_io: Fix spaces required around that ':' tty: tty_io: Fix trailing whitespace issues tty: tty_io: Fix coding style issues of block comments tty: tty_io: Remove the repeated word 'can' tty: tty_io: Fix an issue of code indent for conditional statements tty: tty_io: Delete a blank line before EXPORT_SYMBOL(foo) tty: tty_io: Remove return in void function tty: tty_port: Delete a blank line before EXPORT_SYMBOL(foo) tty: tty_port: Add a blank line after declarations tty: tty_port: Fix coding style issues of block comments drivers/tty/tty_baudrate.c | 13 ++++++---- drivers/tty/tty_buffer.c | 20 +++++++++++---- drivers/tty/tty_io.c | 61 ++++++++++++++++++++++++++-------------------- drivers/tty/tty_port.c | 16 +++++++----- 4 files changed, 67 insertions(+), 43 deletions(-) -- 2.8.1