On Mon, 2019-03-18 at 16:57 +0800, Yuyang Du wrote: > The element field is an array in struct circular_queue to keep track of locks > in the search. Making it the same type as the locks avoids type cast. Also > fix a typo.
BTW, your patch does more than fixing a typo. This patch elaborates the comment above struct circular_queue. I think the commit message should mention that. Bart.

