aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2019-04-28 18:10:39 -0700
committerDavid S. Miller <davem@davemloft.net>2019-05-01 09:12:51 -0400
commit799381e49b4e7b0177664cdbc54a2de8b41647a8 (patch)
tree3c6896ee424b70b2eaefb237de7c092f4f7e83dc /Documentation
parentipv6: fix races in ip6_dst_destroy() (diff)
downloadlinux-dev-799381e49b4e7b0177664cdbc54a2de8b41647a8.tar.xz
linux-dev-799381e49b4e7b0177664cdbc54a2de8b41647a8.zip
Documentation: fix netdev-FAQ.rst markup warning
Fix ReST underline warning: ./Documentation/networking/netdev-FAQ.rst:135: WARNING: Title underline too short. Q: I made changes to only a few patches in a patch series should I resend only those changed? -------------------------------------------------------------------------------------------- Fixes: ffa91253739c ("Documentation: networking: Update netdev-FAQ regarding patches") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/netdev-FAQ.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/netdev-FAQ.rst b/Documentation/networking/netdev-FAQ.rst
index 8c7a713cf657..642fa963be3c 100644
--- a/Documentation/networking/netdev-FAQ.rst
+++ b/Documentation/networking/netdev-FAQ.rst
@@ -132,7 +132,7 @@ version that should be applied. If there is any doubt, the maintainer
will reply and ask what should be done.
Q: I made changes to only a few patches in a patch series should I resend only those changed?
---------------------------------------------------------------------------------------------
+---------------------------------------------------------------------------------------------
A: No, please resend the entire patch series and make sure you do number your
patches such that it is clear this is the latest and greatest set of patches
that can be applied.