> -----Original Message----- > From: netdev-ow...@vger.kernel.org <netdev-ow...@vger.kernel.org> On > Behalf Of Jesse Brandeburg > Sent: Thursday, October 10, 2019 12:31 PM > To: netdev@vger.kernel.org > Subject: [PATCH net-next v1] documentation: correct include file reference > > The documentation had a reference to a filename before > a rename had been completed. Fix the name so the documentation > is correct. > > Signed-off-by: Jesse Brandeburg <jesse.brandeb...@intel.com> > --- > Documentation/networking/net_dim.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/networking/net_dim.txt > b/Documentation/networking/net_dim.txt > index 9cb31c5e2dcd..eef3956f91db 100644 > --- a/Documentation/networking/net_dim.txt > +++ b/Documentation/networking/net_dim.txt > @@ -132,7 +132,7 @@ usage is not complete but it should make the outline of > the usage clear. > > my_driver.c: > > -#include <linux/net_dim.h> > +#include <linux/dim.h> > > /* Callback for net DIM to schedule on a decision to change moderation */ > void my_driver_do_dim_work(struct work_struct *work) > -- > 2.20.1
I think my patch at https://lore.kernel.org/netdev/20191009191831.29180-1-jacob.e.kel...@intel.com/ fixed this. Thanks, Jake