netlink: Fix comment about response buffer size for nl_req()
Fixes: fde8004ab0
("netlink: Use 8 KiB * netlink message header size as response buffer")
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
770d1a4502
commit
1c3c68970e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ fail:
|
||||||
/**
|
/**
|
||||||
* nl_req() - Send netlink request and read response
|
* nl_req() - Send netlink request and read response
|
||||||
* @ns: Use netlink socket in namespace
|
* @ns: Use netlink socket in namespace
|
||||||
* @buf: Buffer for response (at least BUFSIZ long)
|
* @buf: Buffer for response (at least NLBUFSIZ long)
|
||||||
* @req: Request with netlink header
|
* @req: Request with netlink header
|
||||||
* @len: Request length
|
* @len: Request length
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue