Tag: 6b9f53bc102d4e61b73c13f661de4a1c358768c1

net/mlx5_core: don’t export static symbol

Author: Julia Lawall <Julia.Lawall@lip6.fr> The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @r@ type T; identifier f; @@ static T f (…) { … } @@ identifier r.f; declarer name EXPORT_SYMBOL; @@ -EXPORT_SYMBOL(f); // Signed-off-by: Julia Lawall Signed-off-by: David S. Miller — drivers/net/ethernet/mellanox/mlx5/core/main.c | 1 – 1 file changed, 1 deletion(-) …

Continue reading