From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B436DA04B6 for ; Thu, 24 Sep 2020 18:46:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A39981DEDF; Thu, 24 Sep 2020 18:46:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 1ED501DEDF; Thu, 24 Sep 2020 18:46:36 +0200 (CEST) In-Reply-To: <20200924164453.50360-1-dliu@iol.unh.edu> References: <20200924164453.50360-1-dliu@iol.unh.edu> To: test-report@dpdk.org Cc: David Liu Message-Id: <20200924164636.1ED501DEDF@dpdk.org> Date: Thu, 24 Sep 2020 18:46:36 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78762 [PATCH] EEPROM Dump Feature X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/78762 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #144: FILE: test_plans/eeprom_dump_test_plan.rst:53: + $ WARNING:TYPO_SPELLING: 'comapre' may be misspelled - perhaps 'compare'? #248: FILE: tests/TestSuite_eeprom_dump.py:59: + # comapre the two files ERROR:TRAILING_WHITESPACE: trailing whitespace #249: FILE: tests/TestSuite_eeprom_dump.py:60: + result = self.dut.send_expect(f"diff testpmd_{testname}_{port}.txt ethtool_{testname}_{port}.txt", "#") $ ERROR:TRAILING_WHITESPACE: trailing whitespace #270: FILE: tests/TestSuite_eeprom_dump.py:81: + pmdout = self.dut.send_expect(f"show port {port} {testname}", "testpmd>") $ WARNING:TYPO_SPELLING: 'outout' may be misspelled - perhaps 'output'? #273: FILE: tests/TestSuite_eeprom_dump.py:84: + # get length from testpmd outout ERROR:TRAILING_WHITESPACE: trailing whitespace #303: FILE: tests/TestSuite_eeprom_dump.py:114: + $ ERROR:TRAILING_WHITESPACE: trailing whitespace #311: FILE: tests/TestSuite_eeprom_dump.py:122: + $ total: 5 errors, 2 warnings, 231 lines checked