Commit 6533380d authored by Hu Haowen's avatar Hu Haowen Committed by Saeed Mahameed

net/mlx5: improve some comments

Replaced "its" with "it's".
Signed-off-by: default avatarHu Haowen <xianfengting221@163.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
parent c89da067
......@@ -684,7 +684,7 @@ static void mlx5_fw_tracer_handle_traces(struct work_struct *work)
get_block_timestamp(tracer, &tmp_trace_block[TRACES_PER_BLOCK - 1]);
while (block_timestamp > tracer->last_timestamp) {
/* Check block override if its not the first block */
/* Check block override if it's not the first block */
if (!tracer->last_timestamp) {
u64 *ts_event;
/* To avoid block override be the HW in case of buffer
......
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