Commit 02fdc14d authored by Jon Maloy's avatar Jon Maloy Committed by David S. Miller
Browse files

tipc: fix htmldoc and smatch warnings



We fix a warning from the htmldoc tool and an indentation error reported
by smatch. There are no functional changes in this commit.

Signed-off-by: default avatarJon Maloy <jmaloy@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3ca3f39c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,12 +49,13 @@ struct tipc_conn;

/**
 * struct tipc_subscription - TIPC network topology subscription object
 * @s: host-endian copy of the user subscription
 * @evt: template for events generated by subscription
 * @kref: reference count for this subscription
 * @net: network namespace associated with subscription
 * @timer: timer governing subscription duration (optional)
 * @service_list: adjacent subscriptions in name sequence's subscription list
 * @sub_list: adjacent subscriptions in subscriber's subscription list
 * @evt: template for events generated by subscription
 * @conid: connection identifier of topology server
 * @inactive: true if this subscription is inactive
 * @lock: serialize up/down and timer events
+1 −1

File changed.

Contains only whitespace changes.