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.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_NONE,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 1BEE4C433B4 for ; Thu, 1 Apr 2021 18:07:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E929460FE6 for ; Thu, 1 Apr 2021 18:07:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236503AbhDASH0 (ORCPT ); Thu, 1 Apr 2021 14:07:26 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:15461 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237432AbhDASAC (ORCPT ); Thu, 1 Apr 2021 14:00:02 -0400 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FB3QS6vfnzqSHM; Thu, 1 Apr 2021 21:08:16 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.498.0; Thu, 1 Apr 2021 21:10:12 +0800 From: Weihang Li To: , CC: , , , , Weihang Li Subject: [PATCH net-next 0/3] net/mlx5: Fix some coding-style issues Date: Thu, 1 Apr 2021 21:07:40 +0800 Message-ID: <1617282463-47124-1-git-send-email-liweihang@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: netdev@vger.kernel.org Just make some cleanups according to the coding style of kernel. Wenpeng Liang (3): net/mlx5: Add a blank line after declarations. net/mlx5: Remove return statement exist at the end of void function net/mlx5: Replace spaces with tab at the start of a line drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c | 2 ++ drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c | 1 + drivers/net/ethernet/mellanox/mlx5/core/lag.c | 2 -- drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 1 - drivers/net/ethernet/mellanox/mlx5/core/rdma.c | 1 - 6 files changed, 4 insertions(+), 5 deletions(-) -- 2.8.1