automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Mingjin Ye <mingjinx.ye@intel.com>
Subject: |WARNING| pw145988 [PATCH v7] examples/ptpclient: add frequency adjustment
Date: Tue, 15 Oct 2024 10:46:13 +0200 (CEST)	[thread overview]
Message-ID: <20241015084613.0DAE9120757@dpdk.org> (raw)
In-Reply-To: <20241015082201.1554637-1-mingjinx.ye@intel.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/145988

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#122: FILE: doc/guides/sample_app_ug/ptpclient.rst:82:
+            about "master offset". Note that the PMD needs to support

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#125: FILE: doc/guides/sample_app_ug/ptpclient.rst:85:
+Also, by adding ``-T 1`` and ``-c 1`` , the ``master offset`` value printed in the

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#175: FILE: examples/ptpclient/ptpclient.c:167:
+	int64_t master_offset;

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#206: FILE: examples/ptpclient/ptpclient.c:341:
+	printf("
T4 - Master Clock.  %lds %ldns
",

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#212: FILE: examples/ptpclient/ptpclient.c:346:
+		printf("
Delta between master and slave clocks:%"PRId64"ns
",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#212: FILE: examples/ptpclient/ptpclient.c:346:
+		printf("
Delta between master and slave clocks:%"PRId64"ns
",

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#256: FILE: examples/ptpclient/ptpclient.c:377:
+		printf("master offset: %"PRId64"ns
", ptp_data->master_offset);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#256: FILE: examples/ptpclient/ptpclient.c:377:
+		printf("master offset: %"PRId64"ns
", ptp_data->master_offset);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#266: FILE: examples/ptpclient/ptpclient.c:586:
+clock_path_delay(struct ptpv2_data_slave_ordinary *ptp_data)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#375: FILE: examples/ptpclient/ptpclient.c:695:
+ptp_adjust_servo(struct ptpv2_data_slave_ordinary *ptp_data)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#383: FILE: examples/ptpclient/ptpclient.c:703:
+	ptp_data->master_offset = t2_ns - t1_ns - ptp_data->path_delay;

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#387: FILE: examples/ptpclient/ptpclient.c:707:
+	adj_freq = pi_sample(ptp_data->servo, ptp_data->master_offset, t2_ns,

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#398: FILE: examples/ptpclient/ptpclient.c:718:
+					     -ptp_data->master_offset);

total: 0 errors, 13 warnings, 418 lines checked

  parent reply	other threads:[~2024-10-15  8:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20241015082201.1554637-1-mingjinx.ye@intel.com>
2024-10-15  8:18 ` |SUCCESS| " qemudev
2024-10-15  8:23 ` qemudev
2024-10-15  8:46 ` checkpatch [this message]
2024-10-15  9:44 ` |FAILURE| " 0-day Robot

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=20241015084613.0DAE9120757@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).