From: Johannes Berg Date: Tue, 19 Nov 2013 09:35:40 +0000 (+0100) Subject: netlink: fix documentation typo in netlink_set_err() X-Git-Tag: accepted/tizen/common/20141203.182822~1069^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=840e93f2eee6ff0553cc2739ebc2395167a729f3;p=platform%2Fkernel%2Flinux-arm64.git netlink: fix documentation typo in netlink_set_err() The parameter is just 'group', not 'groups', fix the documentation typo. Signed-off-by: Johannes Berg Signed-off-by: David S. Miller --- diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index 8df7f64..f0176e1 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c @@ -2017,7 +2017,7 @@ out: * netlink_set_err - report error to broadcast listeners * @ssk: the kernel netlink socket, as returned by netlink_kernel_create() * @portid: the PORTID of a process that we want to skip (if any) - * @groups: the broadcast group that will notice the error + * @group: the broadcast group that will notice the error * @code: error code, must be negative (as usual in kernelspace) * * This function returns the number of broadcast listeners that have set the