mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 17:04:50 -04:00
eth: fbnic: Update return value in kdoc
Fix return value in kdoc for fbnic_netdev_alloc() Signed-off-by: Mohsin Bashir <mohsin.bashr@gmail.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
committed by
Paolo Abeni
parent
e4e7c9be21
commit
26aa7992b4
@@ -611,7 +611,7 @@ void fbnic_netdev_free(struct fbnic_dev *fbd)
|
||||
* Allocate and initialize the netdev and netdev private structure. Bind
|
||||
* together the hardware, netdev, and pci data structures.
|
||||
*
|
||||
* Return: 0 on success, negative on failure
|
||||
* Return: Pointer to net_device on success, NULL on failure
|
||||
**/
|
||||
struct net_device *fbnic_netdev_alloc(struct fbnic_dev *fbd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user