All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] openvswitch: fix typo
@ 2021-04-27  0:40 qhjindev
  0 siblings, 0 replies; only message in thread
From: qhjindev @ 2021-04-27  0:40 UTC (permalink / raw)
  To: pshelar; +Cc: davem, kuba, netdev, dev, linux-kernel, qhjin_dev

change 'subsytem' to 'subsystem'

Signed-off-by: qhjindev <qhjin_dev@163.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.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-27  0:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27  0:40 [PATCH] openvswitch: fix typo qhjindev

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.