mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Some clang-tidy fixes in Bus/VirtIO
This commit is contained in:
committed by
Brian Gianforcaro
parent
471b38db68
commit
9be409585c
@@ -118,9 +118,9 @@ Optional<u16> Queue::take_free_slot()
|
||||
m_free_head = m_descriptors[descriptor_index].next;
|
||||
--m_free_buffers;
|
||||
return descriptor_index;
|
||||
} else {
|
||||
return {};
|
||||
}
|
||||
|
||||
return {};
|
||||
}
|
||||
|
||||
bool Queue::should_notify() const
|
||||
|
||||
Reference in New Issue
Block a user