From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06943C433DB for ; Wed, 24 Mar 2021 06:17:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9844361974 for ; Wed, 24 Mar 2021 06:17:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233175AbhCXGQb (ORCPT ); Wed, 24 Mar 2021 02:16:31 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:14440 "EHLO szxga06-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233068AbhCXGQY (ORCPT ); Wed, 24 Mar 2021 02:16:24 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4F4yd03GDDzkf69; Wed, 24 Mar 2021 14:14:44 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.498.0; Wed, 24 Mar 2021 14:16:13 +0800 From: Jay Fang To: CC: , Subject: [PATCH 00/11] spi: Fix ERRORs reported by checkpatch Date: Wed, 24 Mar 2021 14:16:31 +0800 Message-ID: <1616566602-13894-1-git-send-email-f.fangjian@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Hi, A total of 27 ERRORs are found when scanning all files in the drivers/spi directory by checkpatch tool. This series fixes 21 ERRORs of them, and the remaining 6 ERRORs I don't think need to be fixed. No functional change. Thanks, Jay Jay Fang (11): spi: spi-topcliff-pch: Fix checkpatch spacing error spi: sprd: Fix checkpatch spacing error spi: pxa2xx: Fix checkpatch spacing errors spi: omap-100k: Fix checkpatch spacing errors spi: spi-mtk-nor: Fix checkpatch spacing error spi: dln2: Fix open brace following function definitions go on the next line spi: spi-bitbang: Fix open brace following function definitions go on the next line spi: jcore: Fix trailing statements should be on next line spi: spi-mem: Fix code indent should use tabs where possible spi: rockchip: Fix code indent should use tabs where possible spi: pl022: Fix trailing whitespace drivers/spi/spi-bitbang.c | 9 ++++++--- drivers/spi/spi-dln2.c | 3 ++- drivers/spi/spi-jcore.c | 3 ++- drivers/spi/spi-mem.c | 6 +++--- drivers/spi/spi-mtk-nor.c | 2 +- drivers/spi/spi-omap-100k.c | 8 ++++---- drivers/spi/spi-pl022.c | 2 +- drivers/spi/spi-pxa2xx-pci.c | 2 +- drivers/spi/spi-pxa2xx.c | 2 +- drivers/spi/spi-rockchip.c | 6 +++--- drivers/spi/spi-sprd-adi.c | 2 +- drivers/spi/spi-topcliff-pch.c | 3 ++- 12 files changed, 27 insertions(+), 21 deletions(-) -- 2.7.4