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 6B49FA0508 for ; Wed, 6 Apr 2022 17:07:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 32B3F427EC; Wed, 6 Apr 2022 17:07:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D6414410EF for ; Wed, 6 Apr 2022 17:07:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D1E57122BA2; Wed, 6 Apr 2022 17:07:28 +0200 (CEST) Subject: |WARNING| pw109232 [RFC PATCH v1 01/18] dts: merge DTS framework/crb.py to DPDK In-Reply-To: <20220406150440.2914464-2-juraj.linkes@pantheon.tech> References: <20220406150440.2914464-2-juraj.linkes@pantheon.tech> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Juraj_Linke=C5=A1?= Message-Id: <20220406150728.D1E57122BA2@dpdk.org> Date: Wed, 6 Apr 2022 17:07:28 +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/109232 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #430: FILE: dts/framework/crb.py:366: + configed_pcis = portconf.get_ports_config() WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #431: FILE: dts/framework/crb.py:367: + if configed_pcis: WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #434: FILE: dts/framework/crb.py:370: + for item in list(configed_pcis.values()): WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #441: FILE: dts/framework/crb.py:377: + for key in list(configed_pcis.keys()): WARNING:REPEATED_WORD: Possible repeated word: 'of' #592: FILE: dts/framework/crb.py:528: + Disable ipv6 of of specified interface WARNING:REPEATED_WORD: Possible repeated word: 'of' #601: FILE: dts/framework/crb.py:537: + Enable ipv6 of of specified interface WARNING:TYPO_SPELLING: 'directorys' may be misspelled - perhaps 'directories'? #653: FILE: dts/framework/crb.py:589: + file_directorys = [ WARNING:TYPO_SPELLING: 'directorys' may be misspelled - perhaps 'directories'? #658: FILE: dts/framework/crb.py:594: + for config_file in file_directorys: WARNING:TYPO_SPELLING: 'directorys' may be misspelled - perhaps 'directories'? #695: FILE: dts/framework/crb.py:631: + directorys = ["/var/run/dpdk/%s" % file_prefix for file_prefix in prefix_list] WARNING:TYPO_SPELLING: 'directorys' may be misspelled - perhaps 'directories'? #696: FILE: dts/framework/crb.py:632: + for directory in directorys: WARNING:REPEATED_WORD: Possible repeated word: 'in' #971: FILE: dts/framework/crb.py:907: + # if system core less than request just use all cores in in socket ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 12 warnings, 1061 lines checked