Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dccp: kerneldoc warning fixes

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Fabian Frederick and committed by
David S. Miller
6d80c473 66425a7f

+2 -2
+2 -2
net/dccp/feat.c
··· 478 478 * @fn_list: feature-negotiation list to update 479 479 * @feat: one of %dccp_feature_numbers 480 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 482 * @fval: pointer to NN/SP value to be inserted (will be copied) 483 483 */ 484 484 static int dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, ··· 1050 1050 1051 1051 /** 1052 1052 * dccp_feat_reconcile - Reconcile SP preference lists 1053 - * @fval: SP list to reconcile into 1053 + * @fv: SP list to reconcile into 1054 1054 * @arr: received SP preference list 1055 1055 * @len: length of @arr in bytes 1056 1056 * @is_server: whether this side is the server (and @fv is the server's list)