Skip to content

Commit 0b0a071

Browse files
Mohsin BashirNipaLocal
authored andcommitted
eth: fbnic: Update return value in kdoc
Fix return value in kdoc for fbnic_netdev_alloc() Signed-off-by: Mohsin Bashir <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent 5d8da90 commit 0b0a071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/meta/fbnic/fbnic_netdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ void fbnic_netdev_free(struct fbnic_dev *fbd)
611611
* Allocate and initialize the netdev and netdev private structure. Bind
612612
* together the hardware, netdev, and pci data structures.
613613
*
614-
* Return: 0 on success, negative on failure
614+
* Return: Pointer to net_device on success, NULL on failure
615615
**/
616616
struct net_device *fbnic_netdev_alloc(struct fbnic_dev *fbd)
617617
{

0 commit comments

Comments
 (0)