Message ID | 20210326231608.24407-2-unixbhaskar@gmail.com |
---|---|
State | New |
Headers | show |
Series | bearer.h: Spellos fixed | expand |
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 --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;
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