Message ID | b2e0f89c6bf1c931e597c26e046b36cdc62c2d56.1616797633.git.unixbhaskar@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | net: Trivial spello/typo fixes throughout the tree | expand |
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