diff options
Diffstat (limited to 'net/ax25/ax25_uid.c')
-rw-r--r-- | net/ax25/ax25_uid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ax25/ax25_uid.c b/net/ax25/ax25_uid.c index 5e9a81e8b214..7f4c294b36f1 100644 --- a/net/ax25/ax25_uid.c +++ b/net/ax25/ax25_uid.c | |||
@@ -164,7 +164,7 @@ static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos) | |||
164 | ++*pos; | 164 | ++*pos; |
165 | 165 | ||
166 | return hlist_entry(((ax25_uid_assoc *)v)->uid_node.next, | 166 | return hlist_entry(((ax25_uid_assoc *)v)->uid_node.next, |
167 | ax25_uid_assoc, uid_node); | 167 | ax25_uid_assoc, uid_node); |
168 | } | 168 | } |
169 | 169 | ||
170 | static void ax25_uid_seq_stop(struct seq_file *seq, void *v) | 170 | static void ax25_uid_seq_stop(struct seq_file *seq, void *v) |