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 B3C7E45A66 for ; Mon, 30 Sep 2024 11:08:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A990340299; Mon, 30 Sep 2024 11:08:50 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BDFDC4027D for ; Mon, 30 Sep 2024 11:08:47 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B6DE5121D9E; Mon, 30 Sep 2024 11:08:47 +0200 (CEST) Subject: |WARNING| pw144648 [PATCH v3 3/3] examples/ptpclient: add frequency adjustment support In-Reply-To: <20240930084216.1174034-4-mingjinx.ye@intel.com> References: <20240930084216.1174034-4-mingjinx.ye@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mingjin Ye Message-Id: <20240930090847.B6DE5121D9E@dpdk.org> Date: Mon, 30 Sep 2024 11:08:47 +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/144648 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #130: FILE: examples/ptpclient/ptpclient.c:167: + int64_t master_offset; WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #141: FILE: examples/ptpclient/ptpclient.c:328: + printf(" T4 - Master Clock. %lds %ldns ", WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #147: FILE: examples/ptpclient/ptpclient.c:333: + printf(" Delta between master and slave clocks:%"PRId64"ns ", WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #147: FILE: examples/ptpclient/ptpclient.c:333: + printf(" Delta between master and slave clocks:%"PRId64"ns ", WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #191: FILE: examples/ptpclient/ptpclient.c:364: + printf("master offset: %"PRId64"ns ", ptp_data->master_offset); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #191: FILE: examples/ptpclient/ptpclient.c:364: + printf("master offset: %"PRId64"ns ", ptp_data->master_offset); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #315: FILE: examples/ptpclient/ptpclient.c:542: +ptp_adjust_freq(struct ptpv2_data_slave_ordinary *ptp_data) WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #323: FILE: examples/ptpclient/ptpclient.c:550: + ptp_data->master_offset = t2_ns - t1_ns - ptp_data->path_delay; WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #327: FILE: examples/ptpclient/ptpclient.c:554: + adj_freq = pi_sample(ptp_data->servo, ptp_data->master_offset, t2_ns, WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #338: FILE: examples/ptpclient/ptpclient.c:565: + -ptp_data->master_offset); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #349: FILE: examples/ptpclient/ptpclient.c:576: +send_delay_request(struct ptpv2_data_slave_ordinary *ptp_data) WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #389: FILE: examples/ptpclient/ptpclient.c:706: +clock_path_delay(struct ptpv2_data_slave_ordinary *ptp_data) total: 0 errors, 12 warnings, 415 lines checked