linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] openvswitch: Fix a typo
@ 2021-03-22  2:17 Bhaskar Chowdhury
  2021-03-22  2:56 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  2:17 UTC (permalink / raw)
  To: pshelar, davem, kuba, netdev, dev, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/subsytem/subsystem/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 net/openvswitch/vport.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h
index 1eb7495ac5b4..8a930ca6d6b1 100644
--- a/net/openvswitch/vport.h
+++ b/net/openvswitch/vport.h
@@ -20,7 +20,7 @@
 struct vport;
 struct vport_parms;

-/* The following definitions are for users of the vport subsytem: */
+/* The following definitions are for users of the vport subsystem: */

 int ovs_vport_init(void);
 void ovs_vport_exit(void);
--
2.31.0


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

* Re: [PATCH] openvswitch: Fix a typo
  2021-03-22  2:17 [PATCH] openvswitch: Fix a typo Bhaskar Chowdhury
@ 2021-03-22  2:56 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-22  2:56 UTC (permalink / raw)
  To: Bhaskar Chowdhury, pshelar, davem, kuba, netdev, dev, linux-kernel

On 3/21/21 7:17 PM, Bhaskar Chowdhury wrote:
> 
> s/subsytem/subsystem/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  net/openvswitch/vport.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h
> index 1eb7495ac5b4..8a930ca6d6b1 100644
> --- a/net/openvswitch/vport.h
> +++ b/net/openvswitch/vport.h
> @@ -20,7 +20,7 @@
>  struct vport;
>  struct vport_parms;
> 
> -/* The following definitions are for users of the vport subsytem: */
> +/* The following definitions are for users of the vport subsystem: */
> 
>  int ovs_vport_init(void);
>  void ovs_vport_exit(void);
> --


-- 
~Randy


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

end of thread, other threads:[~2021-03-22  2:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  2:17 [PATCH] openvswitch: Fix a typo Bhaskar Chowdhury
2021-03-22  2:56 ` Randy Dunlap

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