netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1] documentation: correct include file reference
@ 2019-10-10 19:31 Jesse Brandeburg
  2019-10-10 23:36 ` Keller, Jacob E
  0 siblings, 1 reply; 2+ messages in thread
From: Jesse Brandeburg @ 2019-10-10 19:31 UTC (permalink / raw)
  To: netdev

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH net-next v1] documentation: correct include file reference
  2019-10-10 19:31 [PATCH net-next v1] documentation: correct include file reference Jesse Brandeburg
@ 2019-10-10 23:36 ` Keller, Jacob E
  0 siblings, 0 replies; 2+ messages in thread
From: Keller, Jacob E @ 2019-10-10 23:36 UTC (permalink / raw)
  To: Brandeburg, Jesse, netdev

> -----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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-10 23:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 19:31 [PATCH net-next v1] documentation: correct include file reference Jesse Brandeburg
2019-10-10 23:36 ` Keller, Jacob E

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).