aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 2c9a650412c0..93479ebf3e33 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1328,7 +1328,7 @@ struct tcp_seq_afinfo {
1328 struct module *owner; 1328 struct module *owner;
1329 char *name; 1329 char *name;
1330 sa_family_t family; 1330 sa_family_t family;
1331 struct file_operations *seq_fops; 1331 struct file_operations seq_fops;
1332 struct seq_operations seq_ops; 1332 struct seq_operations seq_ops;
1333}; 1333};
1334 1334