mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +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
|
@ -26,7 +26,6 @@ public:
|
|||
LowSpeed
|
||||
};
|
||||
|
||||
public:
|
||||
static ErrorOr<NonnullRefPtr<Device>> try_create(USBController const&, u8, DeviceSpeed);
|
||||
|
||||
Device(USBController const&, u8, DeviceSpeed, NonnullOwnPtr<Pipe> default_pipe);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue