diff mbox series

bearer.h: Spellos fixed

Message ID 20210326231608.24407-2-unixbhaskar@gmail.com
State New
Headers show
Series bearer.h: Spellos fixed | expand

Commit Message

Bhaskar Chowdhury March 26, 2021, 11:12 p.m. UTC
s/initalized/initialized/ ...three different places

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 net/tipc/bearer.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--
2.26.2

Comments

patchwork-bot+netdevbpf@kernel.org March 29, 2021, 12:40 a.m. UTC | #1
Hello:

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

On Sat, 27 Mar 2021 04:42:37 +0530 you wrote:
> s/initalized/initialized/ ...three different places

> 

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

> ---

>  net/tipc/bearer.h | 6 +++---

>  1 file changed, 3 insertions(+), 3 deletions(-)

> 

> [...]


Here is the summary with links:
  - bearer.h: Spellos fixed
    https://git.kernel.org/netdev/net-next/c/e919ee389c18

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

Patch

diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h
index 6bf4550aa1ac..57c6a1a719e2 100644
--- a/net/tipc/bearer.h
+++ b/net/tipc/bearer.h
@@ -154,9 +154,9 @@  struct tipc_media {
  * care of initializing all other fields.
  */
 struct tipc_bearer {
-	void __rcu *media_ptr;			/* initalized by media */
-	u32 mtu;				/* initalized by media */
-	struct tipc_media_addr addr;		/* initalized by media */
+	void __rcu *media_ptr;			/* initialized by media */
+	u32 mtu;				/* initialized by media */
+	struct tipc_media_addr addr;		/* initialized by media */
 	char name[TIPC_MAX_BEARER_NAME];
 	struct tipc_media *media;
 	struct tipc_media_addr bcast_addr;