From: Selvakumar Elangovan Date: Wed, 17 Feb 2021 07:07:10 +0000 (+0530) Subject: Staging: mt7621-pci: fixed a blank line coding style issue X-Git-Tag: v5.13-rc1~173^2~711 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad0bd9ff4954bdb9b1f9c942801798dc11b3fe0f;p=thirdparty%2Flinux.git Staging: mt7621-pci: fixed a blank line coding style issue Removed an unnecessary blank line before closing brace reported by checkpatch.pl Reviewed-by: Sergio Paracuellos Signed-off-by: Selvakumar Elangovan Link: https://lore.kernel.org/r/20210217070710.7359-1-selvakumar16197@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging/mt7621-pci/pci-mt7621.c index c3532bc138fba..1781c1dcf5b44 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); - } } }