Add "transmit"-related patterns misspelled with the first "s" missing.
Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
---
scripts/spelling.txt | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index f8bd6178d17b..c81e489ba4cf 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -1319,6 +1319,12 @@ ressource||resource
ressources||resources
restesting||retesting
resumbmitting||resubmitting
+retranmission||retransmission
+retranmissions||retransmissions
+retranmit||retransmit
+retranmits||retransmits
+retranmitted||retransmitted
+retranmitting||retransmitting
retransmited||retransmitted
retreived||retrieved
retreive||retrieve
@@ -1553,6 +1559,11 @@ tranasction||transaction
tranceiver||transceiver
tranfer||transfer
tranmission||transmission
+tranmissions||transmissions
+tranmit||transmit
+tranmits||transmits
+tranmitted||transmitted
+tranmitting||transmitting
transcevier||transceiver
transciever||transceiver
transferd||transferred
--
2.38.1
On 6/21/23 18:26, Yueh-Shun Li wrote: > Add "transmit"-related patterns misspelled with the first "s" missing. > > Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Thanks. > --- > scripts/spelling.txt | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/scripts/spelling.txt b/scripts/spelling.txt > index f8bd6178d17b..c81e489ba4cf 100644 > --- a/scripts/spelling.txt > +++ b/scripts/spelling.txt > @@ -1319,6 +1319,12 @@ ressource||resource > ressources||resources > restesting||retesting > resumbmitting||resubmitting > +retranmission||retransmission > +retranmissions||retransmissions > +retranmit||retransmit > +retranmits||retransmits > +retranmitted||retransmitted > +retranmitting||retransmitting > retransmited||retransmitted > retreived||retrieved > retreive||retrieve > @@ -1553,6 +1559,11 @@ tranasction||transaction > tranceiver||transceiver > tranfer||transfer > tranmission||transmission > +tranmissions||transmissions > +tranmit||transmit > +tranmits||transmits > +tranmitted||transmitted > +tranmitting||transmitting > transcevier||transceiver > transciever||transceiver > transferd||transferred -- ~Randy
Hi Yueh-Shun,
Thank you for your modifications, that's great!
Our CI did some validations and here is its report:
- KVM Validation: normal (except selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/5325537292320768
- Summary: https://api.cirrus-ci.com/v1/artifact/task/5325537292320768/summary/summary.txt
- KVM Validation: normal (only selftest_mptcp_join):
- Unstable: 1 failed test(s): selftest_mptcp_join 🔴:
- Task: https://cirrus-ci.com/task/6451437199163392
- Summary: https://api.cirrus-ci.com/v1/artifact/task/6451437199163392/summary/summary.txt
- KVM Validation: debug (only selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/6169962222452736
- Summary: https://api.cirrus-ci.com/v1/artifact/task/6169962222452736/summary/summary.txt
- KVM Validation: debug (except selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/5044062315610112
- Summary: https://api.cirrus-ci.com/v1/artifact/task/5044062315610112/summary/summary.txt
Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/6ba3554dcaf0
If there are some issues, you can reproduce them using the same environment as
the one used by the CI thanks to a docker image, e.g.:
$ cd [kernel source code]
$ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
--pull always mptcp/mptcp-upstream-virtme-docker:latest \
auto-debug
For more details:
https://github.com/multipath-tcp/mptcp-upstream-virtme-docker
Please note that despite all the efforts that have been already done to have a
stable tests suite when executed on a public CI like here, it is possible some
reported issues are not due to your modifications. Still, do not hesitate to
help us improve that ;-)
Cheers,
MPTCP GH Action bot
Bot operated by Matthieu Baerts (Tessares)
Hi Yueh-Shun,
Thank you for your modifications, that's great!
Our CI did some validations and here is its report:
- KVM Validation: normal (except selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/5655707131838464
- Summary: https://api.cirrus-ci.com/v1/artifact/task/5655707131838464/summary/summary.txt
- KVM Validation: debug (except selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/6218657085259776
- Summary: https://api.cirrus-ci.com/v1/artifact/task/6218657085259776/summary/summary.txt
- KVM Validation: debug (only selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/4811282201706496
- Summary: https://api.cirrus-ci.com/v1/artifact/task/4811282201706496/summary/summary.txt
- KVM Validation: normal (only selftest_mptcp_join):
- Unstable: 1 failed test(s): selftest_mptcp_join 🔴:
- Task: https://cirrus-ci.com/task/5092757178417152
- Summary: https://api.cirrus-ci.com/v1/artifact/task/5092757178417152/summary/summary.txt
Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/14fda5c08232
If there are some issues, you can reproduce them using the same environment as
the one used by the CI thanks to a docker image, e.g.:
$ cd [kernel source code]
$ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
--pull always mptcp/mptcp-upstream-virtme-docker:latest \
auto-debug
For more details:
https://github.com/multipath-tcp/mptcp-upstream-virtme-docker
Please note that despite all the efforts that have been already done to have a
stable tests suite when executed on a public CI like here, it is possible some
reported issues are not due to your modifications. Still, do not hesitate to
help us improve that ;-)
Cheers,
MPTCP GH Action bot
Bot operated by Matthieu Baerts (Tessares)
Hi Yueh-Shun,
Thank you for your modifications, that's great!
Our CI did some validations and here is its report:
- KVM Validation: normal (except selftest_mptcp_join):
- Unstable: 1 failed test(s): selftest_simult_flows 🔴:
- Task: https://cirrus-ci.com/task/6237738685431808
- Summary: https://api.cirrus-ci.com/v1/artifact/task/6237738685431808/summary/summary.txt
- KVM Validation: debug (only selftest_mptcp_join):
- Unstable: 1 failed test(s): selftest_mptcp_join 🔴:
- Task: https://cirrus-ci.com/task/5393313755299840
- Summary: https://api.cirrus-ci.com/v1/artifact/task/5393313755299840/summary/summary.txt
- KVM Validation: debug (except selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/5956263708721152
- Summary: https://api.cirrus-ci.com/v1/artifact/task/5956263708721152/summary/summary.txt
- KVM Validation: normal (only selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/6091654969425920
- Summary: https://api.cirrus-ci.com/v1/artifact/task/6091654969425920/summary/summary.txt
Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/8c694d04d00e
If there are some issues, you can reproduce them using the same environment as
the one used by the CI thanks to a docker image, e.g.:
$ cd [kernel source code]
$ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
--pull always mptcp/mptcp-upstream-virtme-docker:latest \
auto-debug
For more details:
https://github.com/multipath-tcp/mptcp-upstream-virtme-docker
Please note that despite all the efforts that have been already done to have a
stable tests suite when executed on a public CI like here, it is possible some
reported issues are not due to your modifications. Still, do not hesitate to
help us improve that ;-)
Cheers,
MPTCP GH Action bot
Bot operated by Matthieu Baerts (Tessares)
© 2016 - 2026 Red Hat, Inc.