zap whitespace and tab

This commit is contained in:
purplerain 2023-09-26 19:52:17 +00:00
parent 5b49f88fed
commit 4de47ea988
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
681 changed files with 35748 additions and 35743 deletions

View file

@ -687,7 +687,7 @@ int32_t ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, uint8_t *mac_addr)
#ifdef __sparc64__
struct ixgbe_osdep *os = hw->back;
if (OF_getprop(PCITAG_NODE(os->os_pa.pa_tag), "local-mac-address",
mac_addr, ETHER_ADDR_LEN) == ETHER_ADDR_LEN)
return IXGBE_SUCCESS;