[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210322021708.3687398-1-unixbhaskar@gmail.com>
Date: Mon, 22 Mar 2021 07:47:08 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: pshelar@....org, davem@...emloft.net, kuba@...nel.org,
netdev@...r.kernel.org, dev@...nvswitch.org,
linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] openvswitch: Fix a typo
s/subsytem/subsystem/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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
Powered by blists - more mailing lists