net/w5500: Fix small typo
This commit is contained in:
parent
1913163c64
commit
72313301e2
|
@ -2134,7 +2134,7 @@ static int w5500_ioctl(FAR struct net_driver_s *dev, int cmd,
|
|||
/* Add cases here to support the IOCTL commands */
|
||||
|
||||
default:
|
||||
nerr("ERROR: Unrecognized IOCTL command: %d\n", command);
|
||||
nerr("ERROR: Unrecognized IOCTL command: %d\n", cmd);
|
||||
return -ENOTTY; /* Special return value for this case */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue