On Fri, Mar 14, 2025 at 3:34 AM Kunwu Chan <kunwu.chan@xxxxxxxxx> wrote:
You could do this:* I think it is easier to read the symbols if you list each sybmol onIf in one line, checkpatch.pl will report a warning:
one line like this:
ffff8000805b6ef0 T <kernel::fs::file::FileDescriptorReservation>::fd_install
ffff8000805b6e60 T <kernel::fs::file::FileDescriptorReservation>::get_unused_fd_flags
ffff8000805b6f08 T <kernel::fs::file::FileDescriptorReservation as core::ops::drop::Drop>::drop
WARNING:Prefer a maximum 75 chars per line (possible unwrapped commit
description?)
If no need to bother with the warning, I'll change it to one line in v2.
... T <kernel::fs::file::FileDescriptorReservation>::fd_install
but if it's still too long I'd just ignore it.
Alice