diff options
author | Xin Long <lucien.xin@gmail.com> | 2018-02-13 06:33:21 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-13 13:56:31 -0500 |
commit | 6f68dc993afce0b580b9b1a9edadcd4b178cbb06 (patch) | |
tree | 77479231f114fc0dffaedad9e7b5ebf5c4846b09 | |
parent | ff22b5bf78fe2a9f2a26950cc2ea180180bef47f (diff) |
sctp: add file comments in diag.c
This patch is to add the missing file comments for sctp diag file.
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/sctp/diag.c | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net/sctp/diag.c b/net/sctp/diag.c index a72a7d925d46..078f01a8d582 100644 --- a/net/sctp/diag.c +++ b/net/sctp/diag.c | |||
@@ -1,3 +1,34 @@ | |||
1 | /* SCTP kernel implementation | ||
2 | * (C) Copyright Red Hat Inc. 2017 | ||
3 | * | ||
4 | * This file is part of the SCTP kernel implementation | ||
5 | * | ||
6 | * These functions implement sctp diag support. | ||
7 | * | ||
8 | * This SCTP implementation is free software; | ||
9 | * you can redistribute it and/or modify it under the terms of | ||
10 | * the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2, or (at your option) | ||
12 | * any later version. | ||
13 | * | ||
14 | * This SCTP implementation is distributed in the hope that it | ||
15 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | ||
16 | * ************************ | ||
17 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
18 | * See the GNU General Public License for more details. | ||
19 | * | ||
20 | * You should have received a copy of the GNU General Public License | ||
21 | * along with GNU CC; see the file COPYING. If not, see | ||
22 | * <http://www.gnu.org/licenses/>. | ||
23 | * | ||
24 | * Please send any bug reports or fixes you make to the | ||
25 | * email addresched(es): | ||
26 | * lksctp developers <linux-sctp@vger.kernel.org> | ||
27 | * | ||
28 | * Written or modified by: | ||
29 | * Xin Long <lucien.xin@gmail.com> | ||
30 | */ | ||
31 | |||
1 | #include <linux/module.h> | 32 | #include <linux/module.h> |
2 | #include <linux/inet_diag.h> | 33 | #include <linux/inet_diag.h> |
3 | #include <linux/sock_diag.h> | 34 | #include <linux/sock_diag.h> |