All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] devtools: increase column width to 100
@ 2020-10-16  7:12 Rasesh Mody
  2020-10-16 13:11 ` David Marchand
  0 siblings, 1 reply; 2+ messages in thread
From: Rasesh Mody @ 2020-10-16  7:12 UTC (permalink / raw)
  To: dev, thomas; +Cc: irusskikh, Rasesh Mody

In line with Linux, increase the default column width from 80 to 100
characters for patch line length check.

Linux upstream commit reference bdc48fa11e46f867ea4d75fa59ee87a7f48be144

Signed-off-by: Rasesh Mody <rmody@marvell.com>
---
 devtools/checkpatches.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh
index 78a408ef9..4fbd6fd45 100755
--- a/devtools/checkpatches.sh
+++ b/devtools/checkpatches.sh
@@ -15,7 +15,7 @@ VALIDATE_NEW_API=$(dirname $(readlink -f $0))/check-symbol-change.sh
 # Codespell can also be enabled by setting DPDK_CHECKPATCH_CODESPELL to a valid path
 # to a dictionary.txt file if dictionary.txt is not in the default location.
 codespell=${DPDK_CHECKPATCH_CODESPELL:-enable}
-length=${DPDK_CHECKPATCH_LINE_LENGTH:-80}
+length=${DPDK_CHECKPATCH_LINE_LENGTH:-100}
 
 # override default Linux options
 options="--no-tree"
-- 
2.18.0


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

* Re: [dpdk-dev] [PATCH] devtools: increase column width to 100
  2020-10-16  7:12 [dpdk-dev] [PATCH] devtools: increase column width to 100 Rasesh Mody
@ 2020-10-16 13:11 ` David Marchand
  0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2020-10-16 13:11 UTC (permalink / raw)
  To: Rasesh Mody, Bruce Richardson; +Cc: dev, Thomas Monjalon, Igor Russkikh

On Fri, Oct 16, 2020 at 9:13 AM Rasesh Mody <rmody@marvell.com> wrote:
>
> In line with Linux, increase the default column width from 80 to 100
> characters for patch line length check.
>
> Linux upstream commit reference bdc48fa11e46f867ea4d75fa59ee87a7f48be144

Duplicate for https://patchwork.dpdk.org/patch/70970/


-- 
David Marchand


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

end of thread, other threads:[~2020-10-16 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16  7:12 [dpdk-dev] [PATCH] devtools: increase column width to 100 Rasesh Mody
2020-10-16 13:11 ` David Marchand

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.