All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: clarify spaces for alignment note
@ 2019-03-11 18:39 Kevin Traynor
  2019-03-11 23:08 ` Rami Rosen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Kevin Traynor @ 2019-03-11 18:39 UTC (permalink / raw)
  To: john.mcnamara, ferruh.yigit, dev; +Cc: Kevin Traynor

Make clear that spaces are only for alignments less than tab size.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 doc/guides/contributing/coding_style.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing/coding_style.rst
index d96698a73..dd7ddc21e 100644
--- a/doc/guides/contributing/coding_style.rst
+++ b/doc/guides/contributing/coding_style.rst
@@ -348,5 +348,5 @@ General
 .. note::
 
-	Global whitespace rule in DPDK, use tabs for indentation, spaces for alignment.
+	Global whitespace rule in DPDK, use tabs for indentation, spaces for smaller alignments.
 
 * Do not put any spaces before a tab for indentation.
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-12 15:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11 18:39 [PATCH] doc: clarify spaces for alignment note Kevin Traynor
2019-03-11 23:08 ` Rami Rosen
2019-03-25 11:36 ` Kovacevic, Marko
2020-05-24 22:47 ` [dpdk-dev] " Thomas Monjalon
2020-05-25  9:54   ` Mcnamara, John
2023-06-12 15:59 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.