diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-11-17 15:51:21 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-18 15:26:31 -0500 |
commit | 6d80c4732bbbd8a76057337cb758ed64cf34f804 (patch) | |
tree | 7b50d0f165db6e53077d7842fd8cf4c9bbd97df8 /net/dccp | |
parent | 66425a7f9be731fdd498e23dc3d932083b5e85e8 (diff) |
dccp: kerneldoc warning fixes
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/feat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dccp/feat.c b/net/dccp/feat.c index 9733ddbc96cb..1704948e6a12 100644 --- a/net/dccp/feat.c +++ b/net/dccp/feat.c | |||
@@ -478,7 +478,7 @@ static struct dccp_feat_entry * | |||
478 | * @fn_list: feature-negotiation list to update | 478 | * @fn_list: feature-negotiation list to update |
479 | * @feat: one of %dccp_feature_numbers | 479 | * @feat: one of %dccp_feature_numbers |
480 | * @local: whether local (1) or remote (0) @feat_num is meant | 480 | * @local: whether local (1) or remote (0) @feat_num is meant |
481 | * @needs_mandatory: whether to use Mandatory feature negotiation options | 481 | * @mandatory: whether to use Mandatory feature negotiation options |
482 | * @fval: pointer to NN/SP value to be inserted (will be copied) | 482 | * @fval: pointer to NN/SP value to be inserted (will be copied) |
483 | */ | 483 | */ |
484 | static int dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, | 484 | static int dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, |
@@ -1050,7 +1050,7 @@ static u8 dccp_feat_prefer(u8 preferred_value, u8 *array, u8 array_len) | |||
1050 | 1050 | ||
1051 | /** | 1051 | /** |
1052 | * dccp_feat_reconcile - Reconcile SP preference lists | 1052 | * dccp_feat_reconcile - Reconcile SP preference lists |
1053 | * @fval: SP list to reconcile into | 1053 | * @fv: SP list to reconcile into |
1054 | * @arr: received SP preference list | 1054 | * @arr: received SP preference list |
1055 | * @len: length of @arr in bytes | 1055 | * @len: length of @arr in bytes |
1056 | * @is_server: whether this side is the server (and @fv is the server's list) | 1056 | * @is_server: whether this side is the server (and @fv is the server's list) |