[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210427004033.944-1-qhjin_dev@163.com>
Date: Tue, 27 Apr 2021 08:40:33 +0800
From: qhjindev <qhjin_dev@....com>
To: pshelar@....org
Cc: davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org,
dev@...nvswitch.org, linux-kernel@...r.kernel.org,
qhjin_dev@....com
Subject: [PATCH] openvswitch: fix typo
change 'subsytem' to 'subsystem'
Signed-off-by: qhjindev <qhjin_dev@....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
Powered by blists - more mailing lists