mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 17:57:38 -04:00
bearer.h: Spellos fixed
s/initalized/initialized/ ...three different places Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
8406d38fde
commit
e919ee389c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user