diff options
author | Sean Christopherson <seanjc@google.com> | 2023-04-11 19:16:50 +0200 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2023-06-22 23:25:02 +0200 |
commit | b7dac767c9356fe94fe345f907adf573cf745d8d (patch) | |
tree | 7ef74b63f00b08643b14abf407f373e60b740e4c /Documentation/process | |
parent | KVM: x86: Remove PRIx* definitions as they are solely for user space (diff) | |
download | linux-b7dac767c9356fe94fe345f907adf573cf745d8d.tar.xz linux-b7dac767c9356fe94fe345f907adf573cf745d8d.zip |
Documentation/process: Add a label for the tip tree handbook's coding style
Add a label for the tip tree's "Coding style notes" so that a forthcoming
KVM x86 handbook can reference/piggyback the tip tree's preferred coding
style.
Link: https://lore.kernel.org/r/20230411171651.1067966-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/maintainer-tip.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst index 178c95fd17dc..0cac75a86372 100644 --- a/Documentation/process/maintainer-tip.rst +++ b/Documentation/process/maintainer-tip.rst @@ -452,6 +452,8 @@ and can be added to an existing kernel config by running: Some of these options are x86-specific and can be left out when testing on other architectures. +.. _maintainer-tip-coding-style: + Coding style notes ------------------ |