serenity/Kernel/Bus/VirtIO
Timothy Flynn ec492a1a08 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-18 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Base/*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -not \( -path "./Ports/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")

There are a couple of weird cases where clang-format now thinks that a
pointer access in an initializer list, e.g. `m_member(ptr->foo)`, is a
lambda return statement, and it puts spaces around the `->`.
2024-04-24 16:50:01 -04:00
..
Transport Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00
Console.cpp Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00
Console.h Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00
ConsolePort.cpp Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription 2023-03-07 00:30:12 +01:00
ConsolePort.h Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription 2023-03-07 00:30:12 +01:00
Definitions.h Kernel/VirtIO: Introduce the concept of transport options 2023-09-16 14:04:17 -06:00
Device.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
Device.h Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00
Queue.cpp
Queue.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
RNG.cpp Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00
RNG.h Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00