Commit 39797f1c authored by Hu Haowen's avatar Hu Haowen Committed by Saeed Mahameed

net/mlx5: FWTrace: Add missing space

Missing space at the end of a comment line, add it.
Signed-off-by: default avatarHu Haowen <xianfengting221@163.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
parent 04dfa705
......@@ -676,7 +676,7 @@ static void mlx5_fw_tracer_handle_traces(struct work_struct *work)
block_count = tracer->buff.size / TRACER_BLOCK_SIZE_BYTE;
start_offset = tracer->buff.consumer_index * TRACER_BLOCK_SIZE_BYTE;
/* Copy the block to local buffer to avoid HW override while being processed*/
/* Copy the block to local buffer to avoid HW override while being processed */
memcpy(tmp_trace_block, tracer->buff.log_buf + start_offset,
TRACER_BLOCK_SIZE_BYTE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment