Blame SOURCES/0055-netdrv-drivers-net-Fix-Kconfig-indentation.patch

d8f823
From 04f6b2f616074ee8524c017915640770c17e365a Mon Sep 17 00:00:00 2001
d8f823
From: Alaa Hleihel <ahleihel@redhat.com>
d8f823
Date: Sun, 10 May 2020 14:52:28 -0400
d8f823
Subject: [PATCH 055/312] [netdrv] drivers: net: Fix Kconfig indentation
d8f823
d8f823
Message-id: <20200510145245.10054-66-ahleihel@redhat.com>
d8f823
Patchwork-id: 306606
d8f823
Patchwork-instance: patchwork
d8f823
O-Subject: [RHEL8.3 BZ 1789378 v2 65/82] drivers: net: Fix Kconfig indentation
d8f823
Bugzilla: 1789378
d8f823
RH-Acked-by: Kamal Heib <kheib@redhat.com>
d8f823
RH-Acked-by: Jarod Wilson <jarod@redhat.com>
d8f823
RH-Acked-by: Tony Camuso <tcamuso@redhat.com>
d8f823
RH-Acked-by: Jonathan Toppins <jtoppins@redhat.com>
d8f823
d8f823
Bugzilla: http://bugzilla.redhat.com/1789378
d8f823
Upstream: v5.4-rc1
d8f823
Conflicts:
d8f823
 - Take mlx5 changes only.
d8f823
d8f823
commit 02bc5eb990597796d8e8383d1b98e540af963bf1
d8f823
Author: Krzysztof Kozlowski <krzk@kernel.org>
d8f823
Date:   Mon Sep 23 17:52:43 2019 +0200
d8f823
d8f823
    drivers: net: Fix Kconfig indentation
d8f823
d8f823
    Adjust indentation from spaces to tab (+optional two spaces) as in
d8f823
    coding style with command like:
d8f823
        $ sed -e 's/^        /\t/' -i */Kconfig
d8f823
d8f823
    Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
d8f823
    Acked-by: Kalle Valo <kvalo@codeaurora.org>
d8f823
    Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
d8f823
    Signed-off-by: David S. Miller <davem@davemloft.net>
d8f823
d8f823
Signed-off-by: Alaa Hleihel <ahleihel@redhat.com>
d8f823
Signed-off-by: Frantisek Hrbata <fhrbata@redhat.com>
d8f823
---
d8f823
 drivers/net/ethernet/mellanox/mlx5/core/Kconfig | 36 ++++++++++++-------------
d8f823
 1 file changed, 18 insertions(+), 18 deletions(-)
d8f823
d8f823
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
d8f823
index 361c783ec9b5..6919161c8f9b 100644
d8f823
--- a/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
d8f823
+++ b/drivers/net/ethernet/mellanox/mlx5/core/Kconfig
d8f823
@@ -19,15 +19,15 @@ config MLX5_ACCEL
d8f823
 	bool
d8f823
 
d8f823
 config MLX5_FPGA
d8f823
-        bool "Mellanox Technologies Innova support"
d8f823
-        depends on MLX5_CORE
d8f823
+	bool "Mellanox Technologies Innova support"
d8f823
+	depends on MLX5_CORE
d8f823
 	select MLX5_ACCEL
d8f823
-        ---help---
d8f823
-          Build support for the Innova family of network cards by Mellanox
d8f823
-          Technologies. Innova network cards are comprised of a ConnectX chip
d8f823
-          and an FPGA chip on one board. If you select this option, the
d8f823
-          mlx5_core driver will include the Innova FPGA core and allow building
d8f823
-          sandbox-specific client drivers.
d8f823
+	---help---
d8f823
+	  Build support for the Innova family of network cards by Mellanox
d8f823
+	  Technologies. Innova network cards are comprised of a ConnectX chip
d8f823
+	  and an FPGA chip on one board. If you select this option, the
d8f823
+	  mlx5_core driver will include the Innova FPGA core and allow building
d8f823
+	  sandbox-specific client drivers.
d8f823
 
d8f823
 config MLX5_CORE_EN
d8f823
 	bool "Mellanox 5th generation network adapters (ConnectX series) Ethernet support"
d8f823
@@ -57,14 +57,14 @@ config MLX5_EN_RXNFC
d8f823
 	  API.
d8f823
 
d8f823
 config MLX5_MPFS
d8f823
-        bool "Mellanox Technologies MLX5 MPFS support"
d8f823
-        depends on MLX5_CORE_EN
d8f823
+	bool "Mellanox Technologies MLX5 MPFS support"
d8f823
+	depends on MLX5_CORE_EN
d8f823
 	default y
d8f823
-        ---help---
d8f823
+	---help---
d8f823
 	  Mellanox Technologies Ethernet Multi-Physical Function Switch (MPFS)
d8f823
-          support in ConnectX NIC. MPFs is required for when multi-PF configuration
d8f823
-          is enabled to allow passing user configured unicast MAC addresses to the
d8f823
-          requesting PF.
d8f823
+	  support in ConnectX NIC. MPFs is required for when multi-PF configuration
d8f823
+	  is enabled to allow passing user configured unicast MAC addresses to the
d8f823
+	  requesting PF.
d8f823
 
d8f823
 config MLX5_ESWITCH
d8f823
 	bool "Mellanox Technologies MLX5 SRIOV E-Switch support"
d8f823
@@ -72,10 +72,10 @@ config MLX5_ESWITCH
d8f823
 	default y
d8f823
 	---help---
d8f823
 	  Mellanox Technologies Ethernet SRIOV E-Switch support in ConnectX NIC.
d8f823
-          E-Switch provides internal SRIOV packet steering and switching for the
d8f823
-          enabled VFs and PF in two available modes:
d8f823
-                Legacy SRIOV mode (L2 mac vlan steering based).
d8f823
-                Switchdev mode (eswitch offloads).
d8f823
+	  E-Switch provides internal SRIOV packet steering and switching for the
d8f823
+	  enabled VFs and PF in two available modes:
d8f823
+	        Legacy SRIOV mode (L2 mac vlan steering based).
d8f823
+	        Switchdev mode (eswitch offloads).
d8f823
 
d8f823
 config MLX5_CORE_EN_DCB
d8f823
 	bool "Data Center Bridging (DCB) Support"
d8f823
-- 
d8f823
2.13.6
d8f823