All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH net-next] strparser: Corrected typo in documentation.
  2018-06-24 12:37 ` Vakul Garg
@ 2018-06-24  7:18   ` David Miller
  -1 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2018-06-24  7:18 UTC (permalink / raw)
  To: vakul.garg; +Cc: netdev, linux-kernel, linux-doc, corbet

From: Vakul Garg <vakul.garg@nxp.com>
Date: Sun, 24 Jun 2018 18:07:21 +0530

> Replaced strp_pause() with strp_unpause() to correct a seemingly copy
> paste documentation mistake.
> 
> Signed-off-by: Vakul Garg <vakul.garg@nxp.com>

As a bug fix this should target 'net'.

This is even more true since this fixes documentation.

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

* Re: [PATCH net-next] strparser: Corrected typo in documentation.
@ 2018-06-24  7:18   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2018-06-24  7:18 UTC (permalink / raw)
  To: vakul.garg; +Cc: netdev, linux-kernel, linux-doc, corbet

From: Vakul Garg <vakul.garg@nxp.com>
Date: Sun, 24 Jun 2018 18:07:21 +0530

> Replaced strp_pause() with strp_unpause() to correct a seemingly copy
> paste documentation mistake.
> 
> Signed-off-by: Vakul Garg <vakul.garg@nxp.com>

As a bug fix this should target 'net'.

This is even more true since this fixes documentation.
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH net-next] strparser: Corrected typo in documentation.
@ 2018-06-24 12:37 ` Vakul Garg
  0 siblings, 0 replies; 4+ messages in thread
From: Vakul Garg @ 2018-06-24 12:37 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, linux-doc, corbet, Vakul Garg

Replaced strp_pause() with strp_unpause() to correct a seemingly copy
paste documentation mistake.

Signed-off-by: Vakul Garg <vakul.garg@nxp.com>
---
 Documentation/networking/strparser.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/strparser.txt b/Documentation/networking/strparser.txt
index 13081b3decef..a7d354ddda7b 100644
--- a/Documentation/networking/strparser.txt
+++ b/Documentation/networking/strparser.txt
@@ -48,7 +48,7 @@ void strp_pause(struct strparser *strp)
      Temporarily pause a stream parser. Message parsing is suspended
      and no new messages are delivered to the upper layer.
 
-void strp_pause(struct strparser *strp)
+void strp_unpause(struct strparser *strp)
 
      Unpause a paused stream parser.
 
-- 
2.13.6


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

* [PATCH net-next] strparser: Corrected typo in documentation.
@ 2018-06-24 12:37 ` Vakul Garg
  0 siblings, 0 replies; 4+ messages in thread
From: Vakul Garg @ 2018-06-24 12:37 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, linux-doc, corbet, Vakul Garg

Replaced strp_pause() with strp_unpause() to correct a seemingly copy
paste documentation mistake.

Signed-off-by: Vakul Garg <vakul.garg@nxp.com>
---
 Documentation/networking/strparser.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/strparser.txt b/Documentation/networking/strparser.txt
index 13081b3decef..a7d354ddda7b 100644
--- a/Documentation/networking/strparser.txt
+++ b/Documentation/networking/strparser.txt
@@ -48,7 +48,7 @@ void strp_pause(struct strparser *strp)
      Temporarily pause a stream parser. Message parsing is suspended
      and no new messages are delivered to the upper layer.
 
-void strp_pause(struct strparser *strp)
+void strp_unpause(struct strparser *strp)
 
      Unpause a paused stream parser.
 
-- 
2.13.6

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2018-06-24  7:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-24 12:37 [PATCH net-next] strparser: Corrected typo in documentation Vakul Garg
2018-06-24 12:37 ` Vakul Garg
2018-06-24  7:18 ` David Miller
2018-06-24  7:18   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.