Skip to content

Commit 09ebd02

Browse files
Red54kuba-moo
authored andcommitted
net: the appletalk subsystem no longer uses ndo_do_ioctl
ndo_do_ioctl is no longer used by the appletalk subsystem after commit 45bd1c5 ("net: appletalk: Drop aarp_send_probe_phase1()"). Signed-off-by: 谢致邦 (XIE Zhibang) <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 05d91cd commit 09ebd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/netdevice.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,8 +1085,8 @@ struct netdev_net_notifier {
10851085
*
10861086
* int (*ndo_do_ioctl)(struct net_device *dev, struct ifreq *ifr, int cmd);
10871087
* Old-style ioctl entry point. This is used internally by the
1088-
* appletalk and ieee802154 subsystems but is no longer called by
1089-
* the device ioctl handler.
1088+
* ieee802154 subsystem but is no longer called by the device
1089+
* ioctl handler.
10901090
*
10911091
* int (*ndo_siocbond)(struct net_device *dev, struct ifreq *ifr, int cmd);
10921092
* Used by the bonding driver for its device specific ioctls:

0 commit comments

Comments
 (0)