We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8da90 commit 0b0a071Copy full SHA for 0b0a071
drivers/net/ethernet/meta/fbnic/fbnic_netdev.c
@@ -611,7 +611,7 @@ void fbnic_netdev_free(struct fbnic_dev *fbd)
611
* Allocate and initialize the netdev and netdev private structure. Bind
612
* together the hardware, netdev, and pci data structures.
613
*
614
- * Return: 0 on success, negative on failure
+ * Return: Pointer to net_device on success, NULL on failure
615
**/
616
struct net_device *fbnic_netdev_alloc(struct fbnic_dev *fbd)
617
{
0 commit comments