]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: mt7621-pci: Add spaces around '&'
authorMamta Shukla <mamtashukla555@gmail.com>
Fri, 5 Oct 2018 07:21:41 +0000 (12:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Oct 2018 12:59:38 +0000 (14:59 +0200)
Add spaces around '&' to fix checkpatch issue.
CHECK: spaces preferred around that '&' (ctx:VxV)

Signed-off-by: Mamta Shukla <mamtashukla555@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c

index 3182d8a21010b42de4a1a1aa4356a25c3202611c..14aac084435115e5183335dc28ff58d7d97619ab 100644 (file)
@@ -489,7 +489,7 @@ static int mt7621_pci_probe(struct platform_device *pdev)
 
        DEASSERT_SYSRST_PCIE(val);
 
-       if ((*(unsigned int *)(0xbe00000c)&0xFFFF) == 0x0101) // MT7621 E2
+       if ((*(unsigned int *)(0xbe00000c) & 0xFFFF) == 0x0101) // MT7621 E2
                bypass_pipe_rst(pcie);
        set_phy_for_ssc(pcie);