Commit 26aa7992 authored by Mohsin Bashir's avatar Mohsin Bashir Committed by Paolo Abeni
Browse files

eth: fbnic: Update return value in kdoc



Fix return value in kdoc for fbnic_netdev_alloc()

Signed-off-by: default avatarMohsin Bashir <mohsin.bashr@gmail.com>
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent e4e7c9be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{