]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
net: add description for len argument of dev_get_phys_port_name
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 21 Mar 2016 16:31:14 +0000 (16:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Mar 2016 17:28:31 +0000 (13:28 -0400)
When the function dev_get_phys_port_name was added it missed a description
for it's len argument. Adding it.

Fixes: db24a9044ee1 ("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>
net/core/dev.c

index 43c74cad25bc2fdb181aa9c64cd208432bdb439b..b9bcbe77d913b15dcbe7cdc9ee6cb7f74ee55aee 100644 (file)
@@ -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
  */