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 7512C4404F for ; Wed, 12 Jun 2024 17:11:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 73B9840EDC; Wed, 12 Jun 2024 17:11:15 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BFDE540E15 for ; Wed, 12 Jun 2024 17:11:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id AD46F124124; Wed, 12 Jun 2024 17:11:09 +0200 (CEST) Subject: |WARNING| pw140993 [PATCH v2 033/148] net/ice/base: implement initial PTP support for E830 In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240612151109.AD46F124124@dpdk.org> Date: Wed, 12 Jun 2024 17:11:09 +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/140993 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #75: difference besides some other register addresses is that in E830 we are able to WARNING:LONG_LINE_COMMENT: line length of 116 exceeds 100 columns #183: FILE: drivers/net/ice/base/ice_hw_autogen.h:10: +#define E830_PRTTSYN_TXTIME_H(_i) (0x001E5004 + ((_i) * 64)) /* _i=0...63 */ /* Reset Source: GLOBR */ WARNING:LONG_LINE_COMMENT: line length of 116 exceeds 100 columns #184: FILE: drivers/net/ice/base/ice_hw_autogen.h:11: +#define E830_PRTTSYN_TXTIME_L(_i) (0x001E5000 + ((_i) * 64)) /* _i=0...63 */ /* Reset Source: GLOBR */ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #224: FILE: drivers/net/ice/base/ice_ptp_hw.c:4718: + /* For E830 devices, the timestamp is reported with the lower 32 bits + * in the low register, and the upper 8 bits in the high register. total: 0 errors, 4 warnings, 0 checks, 335 lines checked