Skip to content

Commit

Permalink
fix clippy warinig
Browse files Browse the repository at this point in the history
Signed-off-by: guoweikang <[email protected]>
  • Loading branch information
guoweikang committed Oct 18, 2024
1 parent ad9f516 commit d75aaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/axtask/src/wait_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl WaitQueue {
/// notifies it.
pub fn wait(&self) {
declare_current_waiter!(waiter);
current_run_queue::<NoPreemptIrqSave>().blocked_resched(self.list.lock(),waiter.clone());
current_run_queue::<NoPreemptIrqSave>().blocked_resched(self.list.lock(), waiter.clone());
self.cancel_events(&waiter, false);
}

Expand Down

0 comments on commit d75aaa3

Please sign in to comment.