From: Bhaskar Chowdhury Date: Mon, 22 Mar 2021 02:17:08 +0000 (+0530) Subject: openvswitch: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f44773058ce2363ab4a48cc21e849116103bfae2;p=linux.git openvswitch: Fix a typo s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h index 1eb7495ac5b45..8a930ca6d6b17 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);