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 C849445B00 for ; Thu, 10 Oct 2024 11:57:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C3151402D9; Thu, 10 Oct 2024 11:57:33 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 59A2D4025E for ; Thu, 10 Oct 2024 11:57:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4AAAD12074A; Thu, 10 Oct 2024 11:57:32 +0200 (CEST) Subject: |WARNING| pw145593 [PATCH v4 3/3] examples/ptpclient: add frequency adjustment In-Reply-To: <20241010093221.1359778-4-mingjinx.ye@intel.com> References: <20241010093221.1359778-4-mingjinx.ye@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mingjin Ye Message-Id: <20241010095732.4AAAD12074A@dpdk.org> Date: Thu, 10 Oct 2024 11:57:32 +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/145593 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #118: FILE: doc/guides/sample_app_ug/ptpclient.rst:82: + about "master offset". WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #120: FILE: doc/guides/sample_app_ug/ptpclient.rst:84: +Also, by adding ``-T 1`` and ``-c 1`` , the ``master offset`` value printed in the WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #170: FILE: examples/ptpclient/ptpclient.c:167: + int64_t master_offset; WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #181: FILE: examples/ptpclient/ptpclient.c:328: + printf(" T4 - Master Clock. %lds %ldns ", WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #187: FILE: examples/ptpclient/ptpclient.c:333: + printf(" Delta between master and slave clocks:%"PRId64"ns ", WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #187: FILE: examples/ptpclient/ptpclient.c:333: + printf(" Delta between master and slave clocks:%"PRId64"ns ", WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #231: FILE: examples/ptpclient/ptpclient.c:364: + printf("master offset: %"PRId64"ns ", ptp_data->master_offset); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #231: FILE: examples/ptpclient/ptpclient.c:364: + printf("master offset: %"PRId64"ns ", ptp_data->master_offset); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #241: FILE: examples/ptpclient/ptpclient.c:573: +clock_path_delay(struct ptpv2_data_slave_ordinary *ptp_data) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #350: FILE: examples/ptpclient/ptpclient.c:682: +ptp_adjust_servo(struct ptpv2_data_slave_ordinary *ptp_data) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #358: FILE: examples/ptpclient/ptpclient.c:690: + ptp_data->master_offset = t2_ns - t1_ns - ptp_data->path_delay; WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #362: FILE: examples/ptpclient/ptpclient.c:694: + adj_freq = pi_sample(ptp_data->servo, ptp_data->master_offset, t2_ns, WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #373: FILE: examples/ptpclient/ptpclient.c:705: + -ptp_data->master_offset); total: 0 errors, 13 warnings, 397 lines checked