diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-03-29 21:24:55 -0700 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-03-31 10:49:38 +0200 |
commit | 2fd4c50dbff19eb3d798236074bfa3226b5df4a6 (patch) | |
tree | 4d886344de9d448575ae263706946136743a3f7c /Documentation/networking | |
parent | c82d90b14f6c23f4e7cd89944f9a89f89223dc58 (diff) | |
download | linux-stable-2fd4c50dbff19eb3d798236074bfa3226b5df4a6.tar.gz linux-stable-2fd4c50dbff19eb3d798236074bfa3226b5df4a6.tar.bz2 linux-stable-2fd4c50dbff19eb3d798236074bfa3226b5df4a6.zip |
docs: netdev: turn the net-next closed into a Warning
Use the sphinx Warning box to make the net-next being closed
stand out more.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/netdev-FAQ.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/networking/netdev-FAQ.rst b/Documentation/networking/netdev-FAQ.rst index fd5f5a1a0846..041993258dda 100644 --- a/Documentation/networking/netdev-FAQ.rst +++ b/Documentation/networking/netdev-FAQ.rst @@ -70,8 +70,9 @@ relating to vX.Y An announcement indicating when ``net-next`` has been closed is usually sent to netdev, but knowing the above, you can predict that in advance. -IMPORTANT: Do not send new ``net-next`` content to netdev during the -period during which ``net-next`` tree is closed. +.. warning:: + Do not send new ``net-next`` content to netdev during the + period during which ``net-next`` tree is closed. Shortly after the two weeks have passed (and vX.Y-rc1 is released), the tree for ``net-next`` reopens to collect content for the next (vX.Y+1) |