[PATCH net-next] octeontx2: collapse consecutive blank lines in source files

Ratheesh Kannoth posted 1 patch 2 weeks, 3 days ago
drivers/net/ethernet/marvell/octeontx2/af/cgx.c     | 2 --
drivers/net/ethernet/marvell/octeontx2/af/mcs_reg.h | 2 --
drivers/net/ethernet/marvell/octeontx2/nic/qos.h    | 2 --
3 files changed, 6 deletions(-)
[PATCH net-next] octeontx2: collapse consecutive blank lines in source files
Posted by Ratheesh Kannoth 2 weeks, 3 days ago
Remove extra blank lines across the octeontx2 driver source.

Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com>
---
 drivers/net/ethernet/marvell/octeontx2/af/cgx.c     | 2 --
 drivers/net/ethernet/marvell/octeontx2/af/mcs_reg.h | 2 --
 drivers/net/ethernet/marvell/octeontx2/nic/qos.h    | 2 --
 3 files changed, 6 deletions(-)

diff --git a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c
index 3696bec7a8fc..8ced44a4495e 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c
+++ b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c
@@ -2043,8 +2043,6 @@ static int cgx_probe(struct pci_dev *pdev, const struct pci_device_id *id)
 	}
 
 	list_add(&cgx->cgx_list, &cgx_list);
-
-
 	cgx_populate_features(cgx);
 
 	mutex_init(&cgx->lock);
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/mcs_reg.h b/drivers/net/ethernet/marvell/octeontx2/af/mcs_reg.h
index f4c6de89002c..ec932a592707 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/mcs_reg.h
+++ b/drivers/net/ethernet/marvell/octeontx2/af/mcs_reg.h
@@ -19,8 +19,6 @@
 		offset = 0xa28ull;			\
 	offset += (a) * 0x8ull;				\
 	offset; })
-
-
 #define MCSX_MCS_TOP_SLAVE_CHANNEL_CFG(a) ({		\
 	u64 offset;					\
 							\
diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/qos.h b/drivers/net/ethernet/marvell/octeontx2/nic/qos.h
index 221bd0438f60..bd12174bf94e 100644
--- a/drivers/net/ethernet/marvell/octeontx2/nic/qos.h
+++ b/drivers/net/ethernet/marvell/octeontx2/nic/qos.h
@@ -73,6 +73,4 @@ struct otx2_qos_node {
 	u8 level;
 	bool is_static;
 };
-
-
 #endif
-- 
2.43.0
Re: [PATCH net-next] octeontx2: collapse consecutive blank lines in source files
Posted by Simon Horman 2 weeks, 2 days ago
On Tue, Sep 08, 2026 at 11:41:13AM +0530, Ratheesh Kannoth wrote:
> Remove extra blank lines across the octeontx2 driver source.
> 
> Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com>

As there are many non-trivial changes coming from you for this driver
I think we can treat this as a clean-up in the context of that ongoing
work.

Reviewed-by: Simon Horman <horms@kernel.org>