mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00
Kernel: Some clang-tidy fixes in Bus/USB
This commit is contained in:
parent
b03b7f806a
commit
471b38db68
7 changed files with 6 additions and 9 deletions
|
@ -37,7 +37,7 @@ Device::Device(NonnullRefPtr<USBController> controller, u8 address, u8 port, Dev
|
|||
: m_device_port(port)
|
||||
, m_device_speed(speed)
|
||||
, m_address(address)
|
||||
, m_controller(controller)
|
||||
, m_controller(move(controller))
|
||||
, m_default_pipe(move(default_pipe))
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue