Skip to content

Commit fc9d726

Browse files
AnsuelPaolo Abeni
authored andcommitted
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 <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent bee9705 commit fc9d726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/phy/at803x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ static int at803x_set_wol(struct phy_device *phydev,
462462
if (!ndev)
463463
return -ENODEV;
464464

465-
mac = (const u8 *) ndev->dev_addr;
465+
mac = (const u8 *)ndev->dev_addr;
466466

467467
if (!is_valid_ether_addr(mac))
468468
return -EINVAL;

0 commit comments

Comments
 (0)