Skip to content

Commit

Permalink
FIXME: typos introduced when merging from Linux v6.7
Browse files Browse the repository at this point in the history
Signed-off-by: shenping.matt <[email protected]>
  • Loading branch information
shenping-bd committed May 7, 2024
1 parent 9c7887d commit 65b7478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/LKM/src/trace_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ tb_time_read_cmpxchg(local_t *l, unsigned long expect, unsigned long set)
unsigned long ret;

ret = local_cmpxchg(l, expect, set);
return ret == expect
return ret == expect;
}

#else /* 64 bits */
Expand Down

0 comments on commit 65b7478

Please sign in to comment.