提交 aae45872 编写于 作者: J Jakub Kicinski

ethernet: sis900: fix indentation

A space has snuck in.
Reported-by: Nkernel test robot <lkp@intel.com>
Fixes: 74fad215 ("ethernet: sis900: use eth_hw_addr_set()")
Link: https://lore.kernel.org/r/20211111210824.676201-1-kuba@kernel.orgSigned-off-by: NJakub Kicinski <kuba@kernel.org>
上级 27df68d5
......@@ -392,7 +392,7 @@ static int sis96x_get_mac_addr(struct pci_dev *pci_dev,
/* get MAC address from EEPROM */
for (i = 0; i < 3; i++)
addr[i] = read_eeprom(ioaddr, i + EEPROMMACAddr);
eth_hw_addr_set(net_dev, (u8 *)addr);
eth_hw_addr_set(net_dev, (u8 *)addr);
rc = 1;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册