mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
netlink: fix documentation typo in netlink_set_err()
The parameter is just 'group', not 'groups', fix the documentation typo. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d11a347de3
commit
840e93f2ee
@ -2017,7 +2017,7 @@ out:
|
|||||||
* netlink_set_err - report error to broadcast listeners
|
* netlink_set_err - report error to broadcast listeners
|
||||||
* @ssk: the kernel netlink socket, as returned by netlink_kernel_create()
|
* @ssk: the kernel netlink socket, as returned by netlink_kernel_create()
|
||||||
* @portid: the PORTID of a process that we want to skip (if any)
|
* @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)
|
* @code: error code, must be negative (as usual in kernelspace)
|
||||||
*
|
*
|
||||||
* This function returns the number of broadcast listeners that have set the
|
* This function returns the number of broadcast listeners that have set the
|
||||||
|
Loading…
Reference in New Issue
Block a user