https://github.com/torvalds/linux
Revision e0be11a833e8447f51f428b213c91a9b05601815 authored by Jakub Kicinski on 17 January 2023, 19:01:41 UTC, committed by Jakub Kicinski on 19 January 2023, 04:32:07 UTC
We often have to ping Willem asking for reviews of patches
because he doesn't get included in the CC list. Add MAINTAINERS
entries for some of the areas he covers so that ./scripts/ will
know to add him.

Acked-by: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Link: https://lore.kernel.org/r/20230117190141.60795-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 339346d
Raw File
Tip revision: e0be11a833e8447f51f428b213c91a9b05601815 authored by Jakub Kicinski on 17 January 2023, 19:01:41 UTC
MAINTAINERS: add networking entries for Willem
Tip revision: e0be11a
.rustfmt.toml
edition = "2021"
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
back to top