From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AA88746E4A for ; Tue, 2 Sep 2025 13:45:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A076B402B3; Tue, 2 Sep 2025 13:45:00 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 880B6402B3 for ; Tue, 2 Sep 2025 13:44:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DCD7712400B; Tue, 2 Sep 2025 13:42:23 +0200 (CEST) Subject: |WARNING| pw156389 [PATCH v1 3/3] dts: all are one In-Reply-To: <20250902114327.48185-4-abailey@iol.unh.edu> References: <20250902114327.48185-4-abailey@iol.unh.edu> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andrew Bailey Message-Id: <20250902114223.DCD7712400B@dpdk.org> Date: Tue, 2 Sep 2025 13:42:23 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/156389 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one WARNING:TYPO_SPELLING: 'recieving' may be misspelled - perhaps 'receiving'? #113: FILE: dts/framework/remote_session/testpmd_shell.py:348: + """Enum representing recieving or transmitting ports.""" ^^^^^^^^^ WARNING:TYPO_SPELLING: 'succesfully' may be misspelled - perhaps 'successfully'? #275: FILE: dts/framework/remote_session/testpmd_shell.py:2810: + verify that the offload configuration was retrieved succesfully on all queues. ^^^^^^^^^^^ WARNING:TYPO_SPELLING: 'offlaod' may be misspelled - perhaps 'offload'? #284: FILE: dts/framework/remote_session/testpmd_shell.py:2819: + InteractiveCommandExecutionError: If all queue offlaod configutrations could not be ^^^^^^^ WARNING:TYPO_SPELLING: 'ouput' may be misspelled - perhaps 'output'? #300: FILE: dts/framework/remote_session/testpmd_shell.py:2835: + # Actual ouput data starts on the thrid line ^^^^^ WARNING:TYPO_SPELLING: 'thrid' may be misspelled - perhaps 'third'? #300: FILE: dts/framework/remote_session/testpmd_shell.py:2835: + # Actual ouput data starts on the thrid line ^^^^^ WARNING:TYPO_SPELLING: 'currrent' may be misspelled - perhaps 'current'? #527: FILE: dts/tests/TestSuite_rxtx_offload.py:32: + testpmd: The currrent testpmd shell session to send commands to. ^^^^^^^^ WARNING:TYPO_SPELLING: 'Wether' may be misspelled - perhaps 'Weather'? #529: FILE: dts/tests/TestSuite_rxtx_offload.py:34: + rxtx: Wether to check the RX or TX configuration of the given port. ^^^^^^ WARNING:TYPO_SPELLING: 'Wether' may be misspelled - perhaps 'Weather'? #530: FILE: dts/tests/TestSuite_rxtx_offload.py:35: + verify: Wether to verify the result of call to testpmd. ^^^^^^ WARNING:TYPO_SPELLING: 'currrent' may be misspelled - perhaps 'current'? #553: FILE: dts/tests/TestSuite_rxtx_offload.py:58: + testpmd: The currrent testpmd shell session to send commands to. ^^^^^^^^ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 10 warnings, 537 lines checked