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 E07FD45502 for ; Wed, 26 Jun 2024 14:05:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BE8C433AE; Wed, 26 Jun 2024 14:04:24 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id ED2BA433FD for ; Wed, 26 Jun 2024 13:56:00 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E3933128144; Wed, 26 Jun 2024 13:56:00 +0200 (CEST) Subject: |WARNING| pw141780 [PATCH v4 008/103] 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: <20240626115600.E3933128144@dpdk.org> Date: Wed, 26 Jun 2024 13:56:00 +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/141780 _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 */ total: 0 errors, 3 warnings, 0 checks, 352 lines checked