Skip to content

Commit 84b709d

Browse files
tititiou36kuba-moo
authored andcommitted
ax88796: Fix some typo in a comment
s/by caused/be caused/ s/ax88786/ax88796/ Signed-off-by: Christophe JAILLET <[email protected]> Link: https://lore.kernel.org/r/7db4b622d2c3e5af58c1d1f32b81836f4af71f18.1659801746.git.christophe.jaillet@wanadoo.fr Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 690bf64 commit 84b709d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/net/ax88796.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ struct ax_plat_data {
3434
const unsigned char *buf, int star_page);
3535
void (*block_input)(struct net_device *dev, int count,
3636
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
37+
/* returns nonzero if a pending interrupt request might be caused by
38+
* the ax88796. Handles all interrupts if set to NULL
3939
*/
4040
int (*check_irq)(struct platform_device *pdev);
4141
};

0 commit comments

Comments
 (0)