Commit d099c72d authored by Guilherme Tadashi Maeoka's avatar Guilherme Tadashi Maeoka Committed by Greg Kroah-Hartman

Staging: mt7621-pci: Fix space required coding style

Fix some space required coding style.
Signed-off-by: default avatarGuilherme Tadashi Maeoka <gui.maeoka@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ed27a09
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
#define PCIE_CLK_GEN_EN BIT(31) #define PCIE_CLK_GEN_EN BIT(31)
#define PCIE_CLK_GEN_DIS 0 #define PCIE_CLK_GEN_DIS 0
#define PCIE_CLK_GEN1_DIS GENMASK(30,24) #define PCIE_CLK_GEN1_DIS GENMASK(30, 24)
#define PCIE_CLK_GEN1_EN (BIT(27) | BIT(25)) #define PCIE_CLK_GEN1_EN (BIT(27) | BIT(25))
#define RALINK_PCI_IO_MAP_BASE 0x1e160000 #define RALINK_PCI_IO_MAP_BASE 0x1e160000
#define MEMORY_BASE 0x0 #define MEMORY_BASE 0x0
...@@ -529,7 +529,7 @@ static void mt7621_pcie_enable_ports(struct mt7621_pcie *pcie) ...@@ -529,7 +529,7 @@ static void mt7621_pcie_enable_ports(struct mt7621_pcie *pcie)
static int mt7621_pcie_init_virtual_bridges(struct mt7621_pcie *pcie) static int mt7621_pcie_init_virtual_bridges(struct mt7621_pcie *pcie)
{ {
u32 pcie_link_status = 0; u32 pcie_link_status = 0;
u32 val= 0; u32 val = 0;
struct mt7621_pcie_port *port; struct mt7621_pcie_port *port;
list_for_each_entry(port, &pcie->ports, list) { list_for_each_entry(port, &pcie->ports, list) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment