net/mlx5: Fix spelling mistake "syndrom" -> "syndrome"
authorColin Ian King <colin.i.king@gmail.com>
Wed, 28 Sep 2022 22:07:55 +0000 (23:07 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Sep 2022 12:01:16 +0000 (13:01 +0100)
There is a spelling mistake in a devlink_health_report message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/health.c

index b7ef891..59205ba 100644 (file)
@@ -601,7 +601,7 @@ static void mlx5_fw_reporter_err_work(struct work_struct *work)
        fw_reporter_ctx.miss_counter = health->miss_counter;
        if (fw_reporter_ctx.err_synd) {
                devlink_health_report(health->fw_reporter,
-                                     "FW syndrom reported", &fw_reporter_ctx);
+                                     "FW syndrome reported", &fw_reporter_ctx);
                return;
        }
        if (fw_reporter_ctx.miss_counter)