Staging: mt7621-pci: fixed a blank line coding style issue
authorSelvakumar Elangovan <selvakumar16197@gmail.com>
Wed, 17 Feb 2021 07:07:10 +0000 (12:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:24 +0000 (09:25 +0100)
Removed an unnecessary blank line before closing brace reported by
checkpatch.pl

Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Selvakumar Elangovan <selvakumar16197@gmail.com>
Link: https://lore.kernel.org/r/20210217070710.7359-1-selvakumar16197@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c

index c3532bc..1781c1d 100644 (file)
@@ -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);
-
                }
        }
 }