diff options
author | Jakub Kicinski <kuba@kernel.org> | 2020-12-01 15:38:46 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-12-01 15:38:46 -0800 |
commit | f7cf335c7d008543539708e8051d27c4265fa103 (patch) | |
tree | 328569a32fe40c3757dfe47f5a5f7064f67a71c1 /net/tipc/trace.c | |
parent | 7fe2af16e6a18e0e5a34a139f2b2e38106d67e07 (diff) | |
parent | 2fc30decf730832f05a07fae710869c3577a36a8 (diff) |
Merge branch 'net-tipc-fix-all-kernel-doc-and-add-tipc-networking-chapter'
Randy Dunlap says:
====================
net/tipc: fix all kernel-doc and add TIPC networking chapter
Fix lots of net/tipc/ kernel-doc warnings. Add many struct field and
function parameter descriptions.
Then add a TIPC chapter to the networking documentation book.
All patches have been rebased to current net-next.
Note: some of the struct members and function parameters are marked
with "FIXME". They could use some additional descriptions if
someone could help add to them. Thanks.
====================
Link: https://lore.kernel.org/r/20201129183251.7049-1-rdunlap@infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/tipc/trace.c')
-rw-r--r-- | net/tipc/trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/trace.c b/net/tipc/trace.c index 265f6a26aa3d..7d2931521e0e 100644 --- a/net/tipc/trace.c +++ b/net/tipc/trace.c @@ -36,7 +36,7 @@ #define CREATE_TRACE_POINTS #include "trace.h" -/** +/* * socket tuples for filtering in socket traces: * (portid, sock type, name type, name lower, name upper) */ |