From c064eb7446db6095877fc18ff86ed719cdb8dcb6 Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Wed, 7 Feb 2024 15:21:04 +0100 Subject: [PATCH] fix -Wcomment in igc --- devices/igc/igc_main-5.14-ethercat.c | 2 -- devices/igc/igc_main-6.4-ethercat.c | 2 -- devices/igc/igc_main-6.6-ethercat.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/devices/igc/igc_main-5.14-ethercat.c b/devices/igc/igc_main-5.14-ethercat.c index 48a2fe7c..0c83a84d 100644 --- a/devices/igc/igc_main-5.14-ethercat.c +++ b/devices/igc/igc_main-5.14-ethercat.c @@ -5854,8 +5854,6 @@ void ec_poll(struct net_device *netdev) } } -/** - /* PCIe configuration access */ void igc_read_pci_cfg(struct igc_hw *hw, u32 reg, u16 *value) { diff --git a/devices/igc/igc_main-6.4-ethercat.c b/devices/igc/igc_main-6.4-ethercat.c index c3da785b..b9e24d0b 100644 --- a/devices/igc/igc_main-6.4-ethercat.c +++ b/devices/igc/igc_main-6.4-ethercat.c @@ -6579,8 +6579,6 @@ void ec_poll(struct net_device *netdev) } } -/** - /* PCIe configuration access */ void igc_read_pci_cfg(struct igc_hw *hw, u32 reg, u16 *value) { diff --git a/devices/igc/igc_main-6.6-ethercat.c b/devices/igc/igc_main-6.6-ethercat.c index 237e8adb..14cd159f 100644 --- a/devices/igc/igc_main-6.6-ethercat.c +++ b/devices/igc/igc_main-6.6-ethercat.c @@ -6699,8 +6699,6 @@ void ec_poll(struct net_device *netdev) } } -/** - /* PCIe configuration access */ void igc_read_pci_cfg(struct igc_hw *hw, u32 reg, u16 *value) {