Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: phy: at803x: remove extra space after cast

Remove extra space after cast as reported by checkpatch to keep code
clean.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20231217232739.27065-1-ansuelsmth@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Christian Marangi and committed by
Paolo Abeni
fc9d7264 bee9705c

+1 -1
+1 -1
drivers/net/phy/at803x.c
··· 462 462 if (!ndev) 463 463 return -ENODEV; 464 464 465 - mac = (const u8 *) ndev->dev_addr; 465 + mac = (const u8 *)ndev->dev_addr; 466 466 467 467 if (!is_valid_ether_addr(mac)) 468 468 return -EINVAL;