Re: [RFC PATCH net-next v3 02/21] ethtool: move to its own directory
From: Jakub Kicinski <hidden>
Date: 2019-02-18 20:01:19
Also in:
lkml
From: Jakub Kicinski <hidden>
Date: 2019-02-18 20:01:19
Also in:
lkml
On Mon, 18 Feb 2019 19:21:34 +0100 (CET), Michal Kubecek wrote:
The ethtool netlink interface is going to be split into multiple files so that it will be more convenient to put all of them in a separate directory net/ethtool. Start by moving current ethtool.c with ioctl interface into this directory and renaming it to ioct.c.
nit: s/ioct.c/ioctl.c/