diff options
Diffstat (limited to 'net/tipc/port.h')
-rw-r--r-- | net/tipc/port.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h index f8722afb2bc5..34ccb7c11e71 100644 --- a/net/tipc/port.h +++ b/net/tipc/port.h | |||
@@ -113,8 +113,8 @@ struct user_port { | |||
113 | * @user_port: ptr to user port associated with port (if any) | 113 | * @user_port: ptr to user port associated with port (if any) |
114 | * @wait_list: adjacent ports in list of ports waiting on link congestion | 114 | * @wait_list: adjacent ports in list of ports waiting on link congestion |
115 | * @waiting_pkts: | 115 | * @waiting_pkts: |
116 | * @sent: | 116 | * @sent: # of non-empty messages sent by port |
117 | * @acked: | 117 | * @acked: # of non-empty message acknowledgements from connected port's peer |
118 | * @publications: list of publications for port | 118 | * @publications: list of publications for port |
119 | * @pub_count: total # of publications port has made during its lifetime | 119 | * @pub_count: total # of publications port has made during its lifetime |
120 | * @probing_state: | 120 | * @probing_state: |