From: Sean Christopherson Date: Tue, 11 Apr 2023 17:16:50 +0000 (-0700) Subject: Documentation/process: Add a label for the tip tree handbook's coding style X-Git-Tag: v6.6.17~4463^2~5^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7dac767c9356fe94fe345f907adf573cf745d8d;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst index 178c95f..0cac75a 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 ------------------