Skip to content

Commit 12229a2

Browse files
jamesphurlgregkh
authored andcommitted
platform/mellanox: mlxbf-pmc: Fix event typo
[ Upstream commit b0b698b ] Had a duplicate event typo, so just fixed the 1 character typo. Fixes: 1a218d3 ("platform/mellanox: mlxbf-pmc: Add Mellanox BlueField PMC driver") Signed-off-by: James Hurley <[email protected]> Reviewed-by: David Thompson <[email protected]> Reviewed-by: Shravan Kumar Ramani <[email protected]> Link: https://lore.kernel.org/r/aadacdbbd3186c55e74ea9456fe011b77938eb6c.1670535330.git.jahurley@nvidia.com Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent a0d93aa commit 12229a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/mellanox/mlxbf-pmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ static const struct mlxbf_pmc_events mlxbf_pmc_hnfnet_events[] = {
358358
{ 0x32, "DDN_DIAG_W_INGRESS" },
359359
{ 0x33, "DDN_DIAG_C_INGRESS" },
360360
{ 0x34, "DDN_DIAG_CORE_SENT" },
361-
{ 0x35, "NDN_DIAG_S_OUT_OF_CRED" },
361+
{ 0x35, "NDN_DIAG_N_OUT_OF_CRED" },
362362
{ 0x36, "NDN_DIAG_S_OUT_OF_CRED" },
363363
{ 0x37, "NDN_DIAG_E_OUT_OF_CRED" },
364364
{ 0x38, "NDN_DIAG_W_OUT_OF_CRED" },

0 commit comments

Comments
 (0)