We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c5634 commit 74097a0Copy full SHA for 74097a0
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
@@ -918,7 +918,7 @@ mlx5_tc_ct_shared_counter_get(struct mlx5_tc_ct_priv *ct_priv,
918
}
919
920
if (rev_entry && refcount_inc_not_zero(&rev_entry->counter->refcount)) {
921
- ct_dbg("Using shared counter entry=0x%p rev=0x%p\n", entry, rev_entry);
+ ct_dbg("Using shared counter entry=0x%p rev=0x%p", entry, rev_entry);
922
shared_counter = rev_entry->counter;
923
spin_unlock_bh(&ct_priv->ht_lock);
924
0 commit comments