1
0
Fork 0

net: sungem: fix indentation, remove a tab

The declaration of variable 'found' is one level too deep, fix this by
removing a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Colin Ian King 2019-01-14 15:41:25 +00:00 committed by David S. Miller
parent eedfb2234b
commit bdbe8cc1a3
1 changed files with 1 additions and 1 deletions

View File

@ -2760,7 +2760,7 @@ static void get_gem_mac_nonobp(struct pci_dev *pdev, unsigned char *dev_addr)
void __iomem *p = pci_map_rom(pdev, &size);
if (p) {
int found;
int found;
found = readb(p) == 0x55 &&
readb(p + 1) == 0xaa &&