2021-02-17 07:38:05

by Selvakumar Elangovan

[permalink] [raw]
Subject: [PATCH v2] Staging: mt7621-pci: fixed a blank line coding style issue

Removed an unnecessary blank line before closing brace reported by
checkpatch.pl

Signed-off-by: Selvakumar Elangovan <[email protected]>
---
drivers/staging/mt7621-pci/pci-mt7621.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging/mt7621-pci/pci-mt7621.c
index c3532bc138fb..1781c1dcf5b4 100644
--- a/drivers/staging/mt7621-pci/pci-mt7621.c
+++ b/drivers/staging/mt7621-pci/pci-mt7621.c
@@ -521,7 +521,6 @@ static void mt7621_pcie_init_ports(struct mt7621_pcie *pcie)

if (slot == 1 && tmp && !tmp->enabled)
phy_power_off(tmp->phy);
-
}
}
}
--
2.17.1


2021-02-17 07:38:09

by Sergio Paracuellos

[permalink] [raw]
Subject: Re: [PATCH v2] Staging: mt7621-pci: fixed a blank line coding style issue

On Wed, Feb 17, 2021 at 8:07 AM Selvakumar Elangovan
<[email protected]> wrote:>
> Removed an unnecessary blank line before closing brace reported by
> checkpatch.pl
>
> Signed-off-by: Selvakumar Elangovan <[email protected]>
> ---
> drivers/staging/mt7621-pci/pci-mt7621.c | 1 -
> 1 file changed, 1 deletion(-)

Reviewed-by: Sergio Paracuellos <[email protected]>

Best regards,
Sergio Paracuellos