From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 337CB2B92; Thu, 23 Nov 2017 11:03:29 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20171123100329.337CB2B92@dpdk.org> Date: Thu, 23 Nov 2017 11:03:29 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31528 [PATCH v2 2/3] crypto: fix pedantic compilation errors 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: , X-List-Received-Date: Thu, 23 Nov 2017 10:03:29 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31528 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #16: /root/dpdk/x86_64-native-linuxapp-gcc/include/rte_crypto.h:126:28: error: ISO C forbids zero-size array ‘sym’ [-Werror=pedantic] WARNING:TYPO_SPELLING: 'an union' may be misspelled - perhaps 'a union'? #20: empty size array i.e. [] because structure is inside an union. total: 0 errors, 2 warnings, 8 lines checked