From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 7C2194240F
	for <public@inbox.dpdk.org>; Wed, 18 Jan 2023 17:11:38 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 784C142D1C;
	Wed, 18 Jan 2023 17:11:38 +0100 (CET)
Received: from dpdk.org (dpdk.org [92.243.24.197])
 by mails.dpdk.org (Postfix) with ESMTP id 78B6742D1C
 for <test-report@dpdk.org>; Wed, 18 Jan 2023 17:11:37 +0100 (CET)
Received: by dpdk.org (Postfix, from userid 65534)
 id 692A8123D76; Wed, 18 Jan 2023 17:11:37 +0100 (CET)
Subject: |WARNING| pw122317 [PATCH] examples/cmdline: fix build error with gcc
 12
In-Reply-To: <20230118161111.11710-1-bruce.richardson@intel.com>
References: <20230118161111.11710-1-bruce.richardson@intel.com>
To: test-report@dpdk.org
From: checkpatch@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Message-Id: <20230118161137.692A8123D76@dpdk.org>
Date: Wed, 18 Jan 2023 17:11:37 +0100 (CET)
X-BeenThere: test-report@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: automatic DPDK test reports <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=subscribe>
Errors-To: test-report-bounces@dpdk.org

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/122317

_coding style issues_


WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#74: 
In file included from /usr/include/stdio.h:894,

WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#76: 
/usr/include/x86_64-linux-gnu/bits/stdio2.h:71:10: note: '__builtin_snprintf' output between 1 and 128 bytes into a destination of size 64

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#76: 
/usr/include/x86_64-linux-gnu/bits/stdio2.h:71:10: note: '__builtin_snprintf' output between 1 and 128 bytes into a destination of size 64

total: 0 errors, 3 warnings, 10 lines checked