diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-07-10 06:55:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 02:13:45 -0400 |
commit | ae86b9e3846f6fc5509dee721f2bdba1db8ab96a (patch) | |
tree | a648bc2912a6093295380b00a3942f8a8e2fd28f /net/dcb/dcbnl.c | |
parent | 2c53040f018b6c36a46eec75b9b937aaa5f78e6d (diff) |
net: Fix non-kernel-doc comments with kernel-doc start marker
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dcb/dcbnl.c')
-rw-r--r-- | net/dcb/dcbnl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dcb/dcbnl.c b/net/dcb/dcbnl.c index 013da86575e8..81f2bb62dea3 100644 --- a/net/dcb/dcbnl.c +++ b/net/dcb/dcbnl.c | |||
@@ -28,8 +28,7 @@ | |||
28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
29 | #include <net/sock.h> | 29 | #include <net/sock.h> |
30 | 30 | ||
31 | /** | 31 | /* Data Center Bridging (DCB) is a collection of Ethernet enhancements |
32 | * Data Center Bridging (DCB) is a collection of Ethernet enhancements | ||
33 | * intended to allow network traffic with differing requirements | 32 | * intended to allow network traffic with differing requirements |
34 | * (highly reliable, no drops vs. best effort vs. low latency) to operate | 33 | * (highly reliable, no drops vs. best effort vs. low latency) to operate |
35 | * and co-exist on Ethernet. Current DCB features are: | 34 | * and co-exist on Ethernet. Current DCB features are: |