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 1C042A0548 for ; Fri, 10 Sep 2021 04:11:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F6164068C; Fri, 10 Sep 2021 04:11:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 063C74003E for ; Fri, 10 Sep 2021 04:11:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DE731122527; Fri, 10 Sep 2021 04:11:10 +0200 (CEST) In-Reply-To: <20210910020147.148019-1-zhihongx.peng@intel.com> References: <20210910020147.148019-1-zhihongx.peng@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: zhihongx.peng@intel.com Message-Id: <20210910021110.DE731122527@dpdk.org> Date: Fri, 10 Sep 2021 04:11:10 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw98523 [PATCH] Enable AddressSanitizer feature on DPDK 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/98523 _coding style issues_ WARNING:REPEATED_WORD: Possible repeated word: 'fa' #250: FILE: doc/guides/prog_guide/asan.rst:56: + 0x0fef67f57400: fa fa 00 00 00 00 00 00 00 00 00 00 00 00 00 00 WARNING:REPEATED_WORD: Possible repeated word: 'fa' #254: FILE: doc/guides/prog_guide/asan.rst:60: + =>0x0fef67f57440: 00 00 00 00 00 00 fa fa 00[01]fa 00 00 00 00 00 WARNING:REPEATED_WORD: Possible repeated word: 'fa' #256: FILE: doc/guides/prog_guide/asan.rst:62: + 0x0fef67f57460: 00 00 00 00 00 00 fa fa 00 00 00 00 00 00 00 00 WARNING:REPEATED_WORD: Possible repeated word: 'fa' #297: FILE: doc/guides/prog_guide/asan.rst:103: + 0x0ffcdff57400: fa fa 00 00 00 00 00 00 00 00 00 00 00 00 00 00 WARNING:REPEATED_WORD: Possible repeated word: 'fd' #301: FILE: doc/guides/prog_guide/asan.rst:107: + =>0x0ffcdff57440: 00 00 00 00 00 00 00 00[fd]fd fd fd fd fd fd fd WARNING:REPEATED_WORD: Possible repeated word: 'fd' #301: FILE: doc/guides/prog_guide/asan.rst:107: + =>0x0ffcdff57440: 00 00 00 00 00 00 00 00[fd]fd fd fd fd fd fd fd WARNING:REPEATED_WORD: Possible repeated word: 'fd' #301: FILE: doc/guides/prog_guide/asan.rst:107: + =>0x0ffcdff57440: 00 00 00 00 00 00 00 00[fd]fd fd fd fd fd fd fd WARNING:REPEATED_WORD: Possible repeated word: 'fd' #301: FILE: doc/guides/prog_guide/asan.rst:107: + =>0x0ffcdff57440: 00 00 00 00 00 00 00 00[fd]fd fd fd fd fd fd fd WARNING:REPEATED_WORD: Possible repeated word: 'fd' #301: FILE: doc/guides/prog_guide/asan.rst:107: + =>0x0ffcdff57440: 00 00 00 00 00 00 00 00[fd]fd fd fd fd fd fd fd WARNING:REPEATED_WORD: Possible repeated word: 'fd' #301: FILE: doc/guides/prog_guide/asan.rst:107: + =>0x0ffcdff57440: 00 00 00 00 00 00 00 00[fd]fd fd fd fd fd fd fd WARNING:REPEATED_WORD: Possible repeated word: 'fa' #303: FILE: doc/guides/prog_guide/asan.rst:109: + 0x0ffcdff57460: 00 00 00 00 00 00 fa fa 00 00 00 00 00 00 00 00 WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #444: FILE: lib/eal/common/malloc_elem.h:45: +static const unsigned MALLOC_ELEM_HEADER_LEN = sizeof(struct malloc_elem); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #448: FILE: lib/eal/common/malloc_elem.h:49: +static const unsigned MALLOC_ELEM_TRAILER_LEN = RTE_CACHE_LINE_SIZE; total: 0 errors, 13 warnings, 584 lines checked Warning in lib/eal/common/malloc_elem.h: Using compiler attribute directly Warning in lib/eal/common/malloc_elem.h: Declaring a variable inside for()