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 A59AC429A9 for ; Fri, 21 Apr 2023 09:22:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BD404113C; Fri, 21 Apr 2023 09:22:16 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 538A942B71 for ; Fri, 21 Apr 2023 09:22:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 505BA121EF6; Fri, 21 Apr 2023 09:22:08 +0200 (CEST) Subject: |WARNING| pw126357 [PATCH v2 1/7] common/idpf: fix 64b timestamp roll over issue In-Reply-To: <20230421071603.55680-2-wenjing.qiao@intel.com> References: <20230421071603.55680-2-wenjing.qiao@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenjing Qiao Message-Id: <20230421072208.505BA121EF6@dpdk.org> Date: Fri, 21 Apr 2023 09:22:08 +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/126357 _coding style issues_ WARNING:TYPO_SPELLING: 'caculating' may be misspelled - perhaps 'calculating'? #70: roll over issue. To support caculating 64b timestamp, need WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #71: an alarm to save master time from registers every 1 second. total: 0 errors, 2 warnings, 185 lines checked