From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Mingjin Ye <mingjinx.ye@intel.com>
Subject: |WARNING| pw144648 [PATCH v3 3/3] examples/ptpclient: add frequency adjustment support
Date: Mon, 30 Sep 2024 11:08:47 +0200 (CEST) [thread overview]
Message-ID: <20240930090847.B6DE5121D9E@dpdk.org> (raw)
In-Reply-To: <20240930084216.1174034-4-mingjinx.ye@intel.com>
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
next prev parent reply other threads:[~2024-09-30 9:08 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240930084216.1174034-4-mingjinx.ye@intel.com>
2024-09-30 8:46 ` |SUCCESS| pw144646-144648 " qemudev
2024-09-30 8:51 ` qemudev
2024-09-30 9:08 ` checkpatch [this message]
2024-09-30 10:04 ` |SUCCESS| pw144648 " 0-day Robot
2024-09-30 11:05 ` |SUCCESS| pw144646-144648 [PATCH] [v3,3/3] examples/ptpclient: add f dpdklab
2024-09-30 11:12 ` dpdklab
2024-09-30 11:16 ` dpdklab
2024-09-30 11:17 ` dpdklab
2024-09-30 11:17 ` dpdklab
2024-09-30 11:17 ` dpdklab
2024-09-30 11:18 ` dpdklab
2024-09-30 11:25 ` dpdklab
2024-09-30 11:40 ` dpdklab
2024-09-30 11:48 ` |PENDING| " dpdklab
2024-09-30 12:02 ` |SUCCESS| " dpdklab
2024-09-30 12:11 ` |PENDING| " dpdklab
2024-09-30 12:18 ` dpdklab
2024-09-30 13:12 ` dpdklab
2024-09-30 13:51 ` |SUCCESS| " dpdklab
2024-09-30 14:28 ` dpdklab
2024-09-30 14:42 ` dpdklab
2024-09-30 15:08 ` dpdklab
2024-09-30 16:09 ` dpdklab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240930090847.B6DE5121D9E@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=mingjinx.ye@intel.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).