Skip to content

Commit 74097a0

Browse files
roidayanSaeed Mahameed
authored andcommitted
net/mlx5e: CT, Remove newline from ct_dbg call
ct_dbg() already adds a newline. Signed-off-by: Roi Dayan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent 59c5634 commit 74097a0

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core/en

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ mlx5_tc_ct_shared_counter_get(struct mlx5_tc_ct_priv *ct_priv,
918918
}
919919

920920
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);
921+
ct_dbg("Using shared counter entry=0x%p rev=0x%p", entry, rev_entry);
922922
shared_counter = rev_entry->counter;
923923
spin_unlock_bh(&ct_priv->ht_lock);
924924

0 commit comments

Comments
 (0)