Skip to content

Commit

Permalink
net: add description for len argument of dev_get_phys_port_name
Browse files Browse the repository at this point in the history
When the function dev_get_phys_port_name was added it missed a description
for it's len argument. Adding it.

Fixes: db24a90 ("net: add support for phys_port_name")
Signed-off-by: Luis de Bethencourt <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
luisbg authored and davem330 committed Mar 21, 2016
1 parent 227f33b commit ed49e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit ed49e65

Please sign in to comment.