ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next 0/5]Fix some typos
@ 2021-03-25  6:38 Lu Wei
  2021-03-25  6:38 ` [PATCH -next 1/5] net: ceph: Fix a typo in osdmap.c Lu Wei
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Lu Wei @ 2021-03-25  6:38 UTC (permalink / raw)
  To: idryomov, jlayton, davem, kuba, ceph-devel, netdev, linux-kernel,
	xiyou.wangcong, ap420073, linux-decnet-user, andrew,
	vivien.didelot, f.fainelli, olteanv, steffen.klassert, herbert,
	yoshfuji, dsahern

Lu Wei (5):
  net: ceph: Fix a typo in osdmap.c
  net: core: Fix a typo in dev_addr_lists.c
  net: decnet: Fix a typo in dn_nsp_in.c
  net: dsa: Fix a typo in tag_rtl4_a.c
  net: ipv4: Fix some typos

 net/ceph/osdmap.c         | 2 +-
 net/core/dev_addr_lists.c | 2 +-
 net/decnet/dn_nsp_in.c    | 2 +-
 net/dsa/tag_rtl4_a.c      | 2 +-
 net/ipv4/esp4.c           | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH -next 1/5] net: ceph: Fix a typo in osdmap.c
  2021-03-25  6:38 [PATCH -next 0/5]Fix some typos Lu Wei
@ 2021-03-25  6:38 ` Lu Wei
  2021-03-25 16:41   ` Ilya Dryomov
  2021-03-25  6:38 ` [PATCH -next 2/5] net: core: Fix a typo in dev_addr_lists.c Lu Wei
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 8+ messages in thread
From: Lu Wei @ 2021-03-25  6:38 UTC (permalink / raw)
  To: idryomov, jlayton, davem, kuba, ceph-devel, netdev, linux-kernel,
	xiyou.wangcong, ap420073, linux-decnet-user, andrew,
	vivien.didelot, f.fainelli, olteanv, steffen.klassert, herbert,
	yoshfuji, dsahern

Modify "inital" to "initial" in net/ceph/osdmap.c.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
---
 net/ceph/osdmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ceph/osdmap.c b/net/ceph/osdmap.c
index 2b1dd252f231..c959320c4775 100644
--- a/net/ceph/osdmap.c
+++ b/net/ceph/osdmap.c
@@ -1069,7 +1069,7 @@ static struct crush_work *get_workspace(struct workspace_manager *wsm,
 
 		/*
 		 * Do not return the error but go back to waiting.  We
-		 * have the inital workspace and the CRUSH computation
+		 * have the initial workspace and the CRUSH computation
 		 * time is bounded so we will get it eventually.
 		 */
 		WARN_ON(atomic_read(&wsm->total_ws) < 1);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -next 2/5] net: core: Fix a typo in dev_addr_lists.c
  2021-03-25  6:38 [PATCH -next 0/5]Fix some typos Lu Wei
  2021-03-25  6:38 ` [PATCH -next 1/5] net: ceph: Fix a typo in osdmap.c Lu Wei
@ 2021-03-25  6:38 ` Lu Wei
  2021-03-25  6:38 ` [PATCH -next 3/5] net: decnet: Fix a typo in dn_nsp_in.c Lu Wei
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Lu Wei @ 2021-03-25  6:38 UTC (permalink / raw)
  To: idryomov, jlayton, davem, kuba, ceph-devel, netdev, linux-kernel,
	xiyou.wangcong, ap420073, linux-decnet-user, andrew,
	vivien.didelot, f.fainelli, olteanv, steffen.klassert, herbert,
	yoshfuji, dsahern

Modify "funciton" to "function" in net/core/dev_addr_lists.c.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
---
 net/core/dev_addr_lists.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/dev_addr_lists.c b/net/core/dev_addr_lists.c
index fa1c37ec40c9..1e5bde241185 100644
--- a/net/core/dev_addr_lists.c
+++ b/net/core/dev_addr_lists.c
@@ -228,7 +228,7 @@ EXPORT_SYMBOL(__hw_addr_unsync);
  *  @sync: function to call if address should be added
  *  @unsync: function to call if address should be removed
  *
- *  This funciton is intended to be called from the ndo_set_rx_mode
+ *  This function is intended to be called from the ndo_set_rx_mode
  *  function of devices that require explicit address add/remove
  *  notifications.  The unsync function may be NULL in which case
  *  the addresses requiring removal will simply be removed without
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -next 3/5] net: decnet: Fix a typo in dn_nsp_in.c
  2021-03-25  6:38 [PATCH -next 0/5]Fix some typos Lu Wei
  2021-03-25  6:38 ` [PATCH -next 1/5] net: ceph: Fix a typo in osdmap.c Lu Wei
  2021-03-25  6:38 ` [PATCH -next 2/5] net: core: Fix a typo in dev_addr_lists.c Lu Wei
@ 2021-03-25  6:38 ` Lu Wei
  2021-03-25  6:38 ` [PATCH -next 4/5] net: dsa: Fix a typo in tag_rtl4_a.c Lu Wei
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Lu Wei @ 2021-03-25  6:38 UTC (permalink / raw)
  To: idryomov, jlayton, davem, kuba, ceph-devel, netdev, linux-kernel,
	xiyou.wangcong, ap420073, linux-decnet-user, andrew,
	vivien.didelot, f.fainelli, olteanv, steffen.klassert, herbert,
	yoshfuji, dsahern

Modify "erronous" to "erroneous" in net/decnet/dn_nsp_in.c.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
---
 net/decnet/dn_nsp_in.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/decnet/dn_nsp_in.c b/net/decnet/dn_nsp_in.c
index c97bdca5ec30..1a12912b88d6 100644
--- a/net/decnet/dn_nsp_in.c
+++ b/net/decnet/dn_nsp_in.c
@@ -520,7 +520,7 @@ static void dn_nsp_linkservice(struct sock *sk, struct sk_buff *skb)
 	fcval = *ptr;
 
 	/*
-	 * Here we ignore erronous packets which should really
+	 * Here we ignore erroneous packets which should really
 	 * should cause a connection abort. It is not critical
 	 * for now though.
 	 */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -next 4/5] net: dsa: Fix a typo in tag_rtl4_a.c
  2021-03-25  6:38 [PATCH -next 0/5]Fix some typos Lu Wei
                   ` (2 preceding siblings ...)
  2021-03-25  6:38 ` [PATCH -next 3/5] net: decnet: Fix a typo in dn_nsp_in.c Lu Wei
@ 2021-03-25  6:38 ` Lu Wei
  2021-03-25  6:38 ` [PATCH -next 5/5] net: ipv4: Fix some typos Lu Wei
  2021-03-26  0:20 ` [PATCH -next 0/5]Fix " patchwork-bot+netdevbpf
  5 siblings, 0 replies; 8+ messages in thread
From: Lu Wei @ 2021-03-25  6:38 UTC (permalink / raw)
  To: idryomov, jlayton, davem, kuba, ceph-devel, netdev, linux-kernel,
	xiyou.wangcong, ap420073, linux-decnet-user, andrew,
	vivien.didelot, f.fainelli, olteanv, steffen.klassert, herbert,
	yoshfuji, dsahern

Modify "Apparantly" to "Apparently" in net/dsa/tag_rtl4_a.c..

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
---
 net/dsa/tag_rtl4_a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/dsa/tag_rtl4_a.c b/net/dsa/tag_rtl4_a.c
index e9176475bac8..cf8ac316f4c7 100644
--- a/net/dsa/tag_rtl4_a.c
+++ b/net/dsa/tag_rtl4_a.c
@@ -79,7 +79,7 @@ static struct sk_buff *rtl4a_tag_rcv(struct sk_buff *skb,
 
 	/* The RTL4 header has its own custom Ethertype 0x8899 and that
 	 * starts right at the beginning of the packet, after the src
-	 * ethernet addr. Apparantly skb->data always points 2 bytes in,
+	 * ethernet addr. Apparently skb->data always points 2 bytes in,
 	 * behind the Ethertype.
 	 */
 	tag = skb->data - 2;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -next 5/5] net: ipv4: Fix some typos
  2021-03-25  6:38 [PATCH -next 0/5]Fix some typos Lu Wei
                   ` (3 preceding siblings ...)
  2021-03-25  6:38 ` [PATCH -next 4/5] net: dsa: Fix a typo in tag_rtl4_a.c Lu Wei
@ 2021-03-25  6:38 ` Lu Wei
  2021-03-26  0:20 ` [PATCH -next 0/5]Fix " patchwork-bot+netdevbpf
  5 siblings, 0 replies; 8+ messages in thread
From: Lu Wei @ 2021-03-25  6:38 UTC (permalink / raw)
  To: idryomov, jlayton, davem, kuba, ceph-devel, netdev, linux-kernel,
	xiyou.wangcong, ap420073, linux-decnet-user, andrew,
	vivien.didelot, f.fainelli, olteanv, steffen.klassert, herbert,
	yoshfuji, dsahern

Modify "accomodate" to "accommodate" in net/ipv4/esp4.c.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
---
 net/ipv4/esp4.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c
index a3271ec3e162..1ae920b93f39 100644
--- a/net/ipv4/esp4.c
+++ b/net/ipv4/esp4.c
@@ -309,7 +309,7 @@ static struct ip_esp_hdr *esp_output_set_extra(struct sk_buff *skb,
 					       struct esp_output_extra *extra)
 {
 	/* For ESN we move the header forward by 4 bytes to
-	 * accomodate the high bits.  We will move it back after
+	 * accommodate the high bits.  We will move it back after
 	 * encryption.
 	 */
 	if ((x->props.flags & XFRM_STATE_ESN)) {
@@ -854,7 +854,7 @@ static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi)
 	struct ip_esp_hdr *esph;
 
 	/* For ESN we move the header forward by 4 bytes to
-	 * accomodate the high bits.  We will move it back after
+	 * accommodate the high bits.  We will move it back after
 	 * decryption.
 	 */
 	if ((x->props.flags & XFRM_STATE_ESN)) {
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH -next 1/5] net: ceph: Fix a typo in osdmap.c
  2021-03-25  6:38 ` [PATCH -next 1/5] net: ceph: Fix a typo in osdmap.c Lu Wei
@ 2021-03-25 16:41   ` Ilya Dryomov
  0 siblings, 0 replies; 8+ messages in thread
From: Ilya Dryomov @ 2021-03-25 16:41 UTC (permalink / raw)
  To: Lu Wei
  Cc: Jeff Layton, David S. Miller, Jakub Kicinski, Ceph Development,
	netdev, LKML, xiyou.wangcong, ap420073, linux-decnet-user,
	Andrew Lunn, vivien.didelot, Florian Fainelli, olteanv,
	steffen.klassert, Herbert Xu, yoshfuji, dsahern

On Thu, Mar 25, 2021 at 7:37 AM Lu Wei <luwei32@huawei.com> wrote:
>
> Modify "inital" to "initial" in net/ceph/osdmap.c.
>
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Lu Wei <luwei32@huawei.com>
> ---
>  net/ceph/osdmap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/ceph/osdmap.c b/net/ceph/osdmap.c
> index 2b1dd252f231..c959320c4775 100644
> --- a/net/ceph/osdmap.c
> +++ b/net/ceph/osdmap.c
> @@ -1069,7 +1069,7 @@ static struct crush_work *get_workspace(struct workspace_manager *wsm,
>
>                 /*
>                  * Do not return the error but go back to waiting.  We
> -                * have the inital workspace and the CRUSH computation
> +                * have the initial workspace and the CRUSH computation
>                  * time is bounded so we will get it eventually.
>                  */
>                 WARN_ON(atomic_read(&wsm->total_ws) < 1);
> --
> 2.17.1
>

Hi Lu,

There is at least one other legit typo in that file: "ambigous".
I'd rather fix all typos at once, so curious why Hulk Robot didn't
catch it.

Thanks,

                Ilya

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH -next 0/5]Fix some typos
  2021-03-25  6:38 [PATCH -next 0/5]Fix some typos Lu Wei
                   ` (4 preceding siblings ...)
  2021-03-25  6:38 ` [PATCH -next 5/5] net: ipv4: Fix some typos Lu Wei
@ 2021-03-26  0:20 ` patchwork-bot+netdevbpf
  5 siblings, 0 replies; 8+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-26  0:20 UTC (permalink / raw)
  To: Lu Wei
  Cc: idryomov, jlayton, davem, kuba, ceph-devel, netdev, linux-kernel,
	xiyou.wangcong, ap420073, linux-decnet-user, andrew,
	vivien.didelot, f.fainelli, olteanv, steffen.klassert, herbert,
	yoshfuji, dsahern

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Thu, 25 Mar 2021 14:38:20 +0800 you wrote:
> Lu Wei (5):
>   net: ceph: Fix a typo in osdmap.c
>   net: core: Fix a typo in dev_addr_lists.c
>   net: decnet: Fix a typo in dn_nsp_in.c
>   net: dsa: Fix a typo in tag_rtl4_a.c
>   net: ipv4: Fix some typos
> 
> [...]

Here is the summary with links:
  - [-next,1/5] net: ceph: Fix a typo in osdmap.c
    https://git.kernel.org/netdev/net-next/c/3f9143f10c3d
  - [-next,2/5] net: core: Fix a typo in dev_addr_lists.c
    https://git.kernel.org/netdev/net-next/c/897b9fae7a8a
  - [-next,3/5] net: decnet: Fix a typo in dn_nsp_in.c
    https://git.kernel.org/netdev/net-next/c/e51443d54b4e
  - [-next,4/5] net: dsa: Fix a typo in tag_rtl4_a.c
    https://git.kernel.org/netdev/net-next/c/952a67f6f6a8
  - [-next,5/5] net: ipv4: Fix some typos
    https://git.kernel.org/netdev/net-next/c/cbd801b3b071

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-26  0:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  6:38 [PATCH -next 0/5]Fix some typos Lu Wei
2021-03-25  6:38 ` [PATCH -next 1/5] net: ceph: Fix a typo in osdmap.c Lu Wei
2021-03-25 16:41   ` Ilya Dryomov
2021-03-25  6:38 ` [PATCH -next 2/5] net: core: Fix a typo in dev_addr_lists.c Lu Wei
2021-03-25  6:38 ` [PATCH -next 3/5] net: decnet: Fix a typo in dn_nsp_in.c Lu Wei
2021-03-25  6:38 ` [PATCH -next 4/5] net: dsa: Fix a typo in tag_rtl4_a.c Lu Wei
2021-03-25  6:38 ` [PATCH -next 5/5] net: ipv4: Fix some typos Lu Wei
2021-03-26  0:20 ` [PATCH -next 0/5]Fix " patchwork-bot+netdevbpf

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).