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>
This commit is contained in:
committed by
David S. Miller
parent
3b882a7bf6
commit
fd01b9b5b0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user