Commit 8490e989 authored by Luis de Bethencourt's avatar Luis de Bethencourt Committed by Kamal Mostafa

net: add description for len argument of dev_get_phys_port_name

commit ed49e650 upstream.

When the function dev_get_phys_port_name was added it missed a description
for it's len argument. Adding it.

Fixes: db24a904 ("net: add support for phys_port_name")
Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent aa590dba
...@@ -6065,6 +6065,7 @@ EXPORT_SYMBOL(dev_get_phys_port_id); ...@@ -6065,6 +6065,7 @@ EXPORT_SYMBOL(dev_get_phys_port_id);
* dev_get_phys_port_name - Get device physical port name * dev_get_phys_port_name - Get device physical port name
* @dev: device * @dev: device
* @name: port name * @name: port name
* @len: limit of bytes to copy to name
* *
* Get device physical port name * Get device physical port name
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment