]> asedeno.scripts.mit.edu Git - linux.git/commit
net: emaclite: update kernel-doc comments
authorRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Thu, 28 Jun 2018 13:11:48 +0000 (18:41 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Jun 2018 11:15:44 +0000 (20:15 +0900)
commitf713d50f33c1fbd1046832f30cf95921840a0150
tree8a8e23a1d2b62ca47c2048ce6b8bf37a10b0c20d
parentaa5848bc4043abf92c0b72a636bbc0cbe2828fed
net: emaclite: update kernel-doc comments

This patch fixes below kernel-doc warnings:

Function parameter or member 'maxlen' not described in 'xemaclite_recv_data'
Function parameter or member 'address'not described in 'xemaclite_set_mac_address'
Excess function parameter 'addr' description in 'xemaclite_set_mac_address'
No description found for return value of 'xemaclite_interrupt'
No description found for return value of 'xemaclite_mdio_write'
Function parameter or member 'dev' not described in 'xemaclite_mdio_setup'
Excess function parameter 'ofdev' description in 'xemaclite_mdio_setup'
No description found for return value of 'xemaclite_open'
No description found for return value of 'xemaclite_close'
Excess function parameter 'match' description in 'xemaclite_of_probe'

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/xilinx_emaclite.c