Skip to content

Commit 6533380

Browse files
srcres2581Saeed Mahameed
authored andcommitted
net/mlx5: improve some comments
Replaced "its" with "it's". Signed-off-by: Hu Haowen <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent c89da06 commit 6533380

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ static void mlx5_fw_tracer_handle_traces(struct work_struct *work)
684684
get_block_timestamp(tracer, &tmp_trace_block[TRACES_PER_BLOCK - 1]);
685685

686686
while (block_timestamp > tracer->last_timestamp) {
687-
/* Check block override if its not the first block */
687+
/* Check block override if it's not the first block */
688688
if (!tracer->last_timestamp) {
689689
u64 *ts_event;
690690
/* To avoid block override be the HW in case of buffer

0 commit comments

Comments
 (0)