forked from luck/tmp_suning_uos_patched
net: add description for len argument of dev_get_phys_port_name
When the function dev_get_phys_port_name was added it missed a description
for it's len argument. Adding it.
Fixes: db24a9044e
("net: add support for phys_port_name")
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
227f33beab
commit
ed49e65037
|
@ -6445,6 +6445,7 @@ EXPORT_SYMBOL(dev_get_phys_port_id);
|
|||
* dev_get_phys_port_name - Get device physical port name
|
||||
* @dev: device
|
||||
* @name: port name
|
||||
* @len: limit of bytes to copy to name
|
||||
*
|
||||
* Get device physical port name
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user