Message ID | 20230622012627.15050-1-shamrocklee@posteo.net (mailing list archive) |
---|---|
Headers | show |
Series | Fix comment typos about "transmit" | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 22 Jun 2023 01:26:21 +0000 you wrote: > Fix typos about "transmit" missing the first "s" > found by searching with keyword "tram" in the first 7 > patches. > > Add related patterns to "scripts/spelling.txt" in the > last patch. > > [...] Here is the summary with links: - [1/8] RDMA/rxe: fix comment typo (no matching commit) - [2/8] i40e, xsk: fix comment typo https://git.kernel.org/netdev/net-next/c/b028813ac973 - [3/8] zd1211rw: fix comment typo (no matching commit) - [4/8] scsi: fix comment typo (no matching commit) - [5/8] tcp: fix comment typo https://git.kernel.org/netdev/net-next/c/304b1875ba02 - [6/8] net/tls: fix comment typo https://git.kernel.org/netdev/net-next/c/a0e128ef88e4 - [7/8] selftests: mptcp: connect: fix comment typo (no matching commit) - [8/8] scripts/spelling.txt: Add "transmit" patterns (no matching commit) You are awesome, thank you!
Dear Maintainer, On 23.06.2023 04:50, patchwork-bot+netdevbpf@kernel.org wrote: > Hello: > > This series was applied to netdev/net-next.git (main) > by Jakub Kicinski <kuba@kernel.org>: > > On Thu, 22 Jun 2023 01:26:21 +0000 you wrote: >> Fix typos about "transmit" missing the first "s" >> found by searching with keyword "tram" in the first 7 >> patches. >> >> Add related patterns to "scripts/spelling.txt" in the >> last patch. >> >> [...] Thanks for merging! > Here is the summary with links: > - [1/8] RDMA/rxe: fix comment typo > (no matching commit) > - [2/8] i40e, xsk: fix comment typo > https://git.kernel.org/netdev/net-next/c/b028813ac973 > - [3/8] zd1211rw: fix comment typo > (no matching commit) > - [4/8] scsi: fix comment typo > (no matching commit) > - [5/8] tcp: fix comment typo > https://git.kernel.org/netdev/net-next/c/304b1875ba02 > - [6/8] net/tls: fix comment typo > https://git.kernel.org/netdev/net-next/c/a0e128ef88e4 > - [7/8] selftests: mptcp: connect: fix comment typo > (no matching commit) > - [8/8] scripts/spelling.txt: Add "transmit" patterns > (no matching commit) > > You are awesome, thank you! Should I rebase the local branch onto netdev/net-next/main and send the "no matching commit" patches again? Best regards, Shamrock
Hi, On 23/06/2023 10:51, Yueh-Shun Li wrote: > Dear Maintainer, > > On 23.06.2023 04:50, patchwork-bot+netdevbpf@kernel.org wrote: >> Hello: >> >> This series was applied to netdev/net-next.git (main) >> by Jakub Kicinski <kuba@kernel.org>: >> >> On Thu, 22 Jun 2023 01:26:21 +0000 you wrote: >>> Fix typos about "transmit" missing the first "s" >>> found by searching with keyword "tram" in the first 7 >>> patches. >>> >>> Add related patterns to "scripts/spelling.txt" in the >>> last patch. (...) >> - [7/8] selftests: mptcp: connect: fix comment typo >> (no matching commit) I just applied this patch 7/8 in MPTCP tree (features for net-next), no need to send it again elsewhere. New patches for t/upstream: - ba8a625a062a: selftests: mptcp: connect: fix comment typo - Results: e16a005b0d79..f186e81ff99c (export) >> - [8/8] scripts/spelling.txt: Add "transmit" patterns >> (no matching commit) >> >> You are awesome, thank you! > > Should I rebase the local branch onto netdev/net-next/main > and send the "no matching commit" patches again? For the other ones, you might have to send them separately to the appropriated maintainers according to the MAINTAINERS file, not all of them in the same series I guess. Cheers, Matt
On Fri, 2023-06-23 at 08:51 +0000, Yueh-Shun Li wrote: > > > - [3/8] zd1211rw: fix comment typo > > (no matching commit) > > Should I rebase the local branch onto netdev/net-next/main > and send the "no matching commit" patches again? > The wireless one is on our radar, no need to resend. But: https://lore.kernel.org/r/87y1kncuh4.fsf@kernel.org johannes
On Fri, 23 Jun 2023 08:51:39 +0000 Yueh-Shun Li wrote: > > Here is the summary with links: > > - [1/8] RDMA/rxe: fix comment typo > > (no matching commit) > > - [2/8] i40e, xsk: fix comment typo > > https://git.kernel.org/netdev/net-next/c/b028813ac973 > > - [3/8] zd1211rw: fix comment typo > > (no matching commit) > > - [4/8] scsi: fix comment typo > > (no matching commit) > > - [5/8] tcp: fix comment typo > > https://git.kernel.org/netdev/net-next/c/304b1875ba02 > > - [6/8] net/tls: fix comment typo > > https://git.kernel.org/netdev/net-next/c/a0e128ef88e4 > > - [7/8] selftests: mptcp: connect: fix comment typo > > (no matching commit) > > - [8/8] scripts/spelling.txt: Add "transmit" patterns > > (no matching commit) > > > > You are awesome, thank you! > > Should I rebase the local branch onto netdev/net-next/main > and send the "no matching commit" patches again? No, not directly to netdev, at least.. rdma/rxe needs to go to linux-rdma i40e should be picked up by Tony (CCed, no need to repost) zd1211rw is wireless so post it to linux-wireless scsi, I don't even know off the top of my head, not networking mptcp should be picked up by MPTCP folks (CCed, no need to repost) scripts, IDK who takes that, Andrew?