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