Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/mlx5: Fix spelling mistake "syndrom" -> "syndrome"

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>

authored by

Colin Ian King and committed by
David S. Miller
fd01b9b5 3b882a7b

+1 -1
+1 -1
drivers/net/ethernet/mellanox/mlx5/core/health.c
··· 601 601 fw_reporter_ctx.miss_counter = health->miss_counter; 602 602 if (fw_reporter_ctx.err_synd) { 603 603 devlink_health_report(health->fw_reporter, 604 - "FW syndrom reported", &fw_reporter_ctx); 604 + "FW syndrome reported", &fw_reporter_ctx); 605 605 return; 606 606 } 607 607 if (fw_reporter_ctx.miss_counter)