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 EBE8442674 for ; Fri, 29 Sep 2023 18:37:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E66494003C; Fri, 29 Sep 2023 18:37:43 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 15A894003C for ; Fri, 29 Sep 2023 18:37:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id F065F120D36; Fri, 29 Sep 2023 18:37:41 +0200 (CEST) Subject: |WARNING| pw132222 [RFC] rte_ether_unformat: accept more inputs In-Reply-To: <20230929163611.62691-1-stephen@networkplumber.org> References: <20230929163611.62691-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20230929163741.F065F120D36@dpdk.org> Date: Fri, 29 Sep 2023 18:37:41 +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/132222 _coding style issues_ WARNING:TYPO_SPELLING: 'seperated' may be misspelled - perhaps 'separated'? #163: FILE: lib/net/rte_ether.c:103: + * Scan input to see if seperated by dash, colon or period WARNING:TYPO_SPELLING: 'seperator' may be misspelled - perhaps 'separator'? #164: FILE: lib/net/rte_ether.c:104: + * Returns seperator and number of matches WARNING:TYPO_SPELLING: 'seperators' may be misspelled - perhaps 'separators'? #165: FILE: lib/net/rte_ether.c:105: + * If seperators are mixed will return WARNING:TYPO_SPELLING: 'seperators' may be misspelled - perhaps 'separators'? #169: FILE: lib/net/rte_ether.c:109: + const char seperators[] = "-:."; WARNING:STATIC_CONST_CHAR_ARRAY: const array should probably be static const #169: FILE: lib/net/rte_ether.c:109: + const char seperators[] = "-:."; WARNING:TYPO_SPELLING: 'seperators' may be misspelled - perhaps 'separators'? #173: FILE: lib/net/rte_ether.c:113: + cp = strpbrk(s, seperators); WARNING:TYPO_SPELLING: 'seperator' may be misspelled - perhaps 'separator'? #180: FILE: lib/net/rte_ether.c:120: + /* find next instance of seperator */ WARNING:TYPO_SPELLING: 'seperated' may be misspelled - perhaps 'separated'? #190: FILE: lib/net/rte_ether.c:130: + * - Linux format six groups of hexadecimal digits seperated by colon WARNING:TYPO_SPELLING: 'seperated' may be misspelled - perhaps 'separated'? #191: FILE: lib/net/rte_ether.c:131: + * - Windows format six groups seperated by hyphen total: 0 errors, 9 warnings, 131 lines checked