mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-01 23:53:16 -04:00
tipc: rename struct media to struct tipc_media
Give it a meaningful prefix, as suggested by DaveM, so that it is consistent with things like struct tipc_bearer, and so it isn't confused with anything else. This has no impact on the actual runtime code behaviour. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
parent
d191854282
commit
358a0d1c9e
5 changed files with 15 additions and 15 deletions
|
@ -2793,7 +2793,7 @@ static int link_cmd_set_value(const char *name, u32 new_value, u16 cmd)
|
|||
struct tipc_node *node;
|
||||
struct link *l_ptr;
|
||||
struct tipc_bearer *b_ptr;
|
||||
struct media *m_ptr;
|
||||
struct tipc_media *m_ptr;
|
||||
|
||||
l_ptr = link_find_link(name, &node);
|
||||
if (l_ptr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue