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 690bf64 commit 84b709dCopy full SHA for 84b709d
include/net/ax88796.h
@@ -34,8 +34,8 @@ struct ax_plat_data {
34
const unsigned char *buf, int star_page);
35
void (*block_input)(struct net_device *dev, int count,
36
struct sk_buff *skb, int ring_offset);
37
- /* returns nonzero if a pending interrupt request might by caused by
38
- * the ax88786. Handles all interrupts if set to NULL
+ /* returns nonzero if a pending interrupt request might be caused by
+ * the ax88796. Handles all interrupts if set to NULL
39
*/
40
int (*check_irq)(struct platform_device *pdev);
41
};
0 commit comments