mlxsw: spectrum_acl: Fix a typo
authorPetr Machata <petrm@mellanox.com>
Mon, 31 Jul 2017 07:27:23 +0000 (09:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Jul 2017 21:44:33 +0000 (14:44 -0700)
Signed-off-by: Petr Machata <petrm@mellanox.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c

index 01a1501..508b5fc 100644 (file)
@@ -369,7 +369,7 @@ int mlxsw_sp_acl_rulei_act_fwd(struct mlxsw_sp *mlxsw_sp,
                local_port = mlxsw_sp_port->local_port;
                in_port = false;
        } else {
-               /* If out_dev is NULL, the called wants to
+               /* If out_dev is NULL, the caller wants to
                 * set forward to ingress port.
                 */
                local_port = 0;