diff mbox series

[net-next,v1] documentation: correct include file reference

Message ID 20191010193112.15215-1-jesse.brandeburg@intel.com
State Not Applicable
Delegated to: David Miller
Headers show
Series [net-next,v1] documentation: correct include file reference | expand

Commit Message

Jesse Brandeburg Oct. 10, 2019, 7:31 p.m. UTC
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.brandeburg@intel.com>
---
 Documentation/networking/net_dim.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Keller, Jacob E Oct. 10, 2019, 11:36 p.m. UTC | #1
> -----Original Message-----
> From: netdev-owner@vger.kernel.org <netdev-owner@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.brandeburg@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.keller@intel.com/ fixed this.

Thanks,
Jake
diff mbox series

Patch

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)