mirror of https://gitee.com/openkylin/linux.git
net/mlx5: improve some comments
Replaced "its" with "it's". Signed-off-by: Hu Haowen <xianfengting221@163.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:
parent
c89da067a2
commit
6533380dfd
|
@ -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]);
|
get_block_timestamp(tracer, &tmp_trace_block[TRACES_PER_BLOCK - 1]);
|
||||||
|
|
||||||
while (block_timestamp > tracer->last_timestamp) {
|
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) {
|
if (!tracer->last_timestamp) {
|
||||||
u64 *ts_event;
|
u64 *ts_event;
|
||||||
/* To avoid block override be the HW in case of buffer
|
/* To avoid block override be the HW in case of buffer
|
||||||
|
|
Loading…
Reference in New Issue