diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-22 07:47:08 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-22 12:59:46 -0700 |
commit | f44773058ce2363ab4a48cc21e849116103bfae2 (patch) | |
tree | 99eb5b1cf7db2fa7a716e9bb0f0d29ac9db09dfb /net/openvswitch | |
parent | 0853f5ab35e63ff0a75eadb67455ba11412c4374 (diff) |
openvswitch: Fix a typo
s/subsytem/subsystem/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
-rw-r--r-- | net/openvswitch/vport.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |