1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00
serenity/Kernel/Devices/Storage/NVMe
Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions
This is a new option in clang-format-16.
2023-07-08 10:32:56 +01:00
..
NVMeController.cpp Kernel: Move all boot-related code to the new Boot subdirectory 2023-06-04 21:32:34 +02:00
NVMeController.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
NVMeDefinitions.h Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00
NVMeInterruptQueue.cpp Kernel: Move all tasks-related code to the Tasks subdirectory 2023-06-04 21:32:34 +02:00
NVMeInterruptQueue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
NVMeNameSpace.cpp Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00
NVMeNameSpace.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
NVMePollQueue.cpp Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00
NVMePollQueue.h Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00
NVMeQueue.cpp Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
NVMeQueue.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00