diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2022-08-06 18:02:36 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-08-09 22:14:02 -0700 |
commit | 84b709d31063bacaabaaad1c5d85143150edd695 (patch) | |
tree | a393d85644eefb0f3c224d31d98862a9af406844 /include | |
parent | 690bf6439528208ae20525df5dcbb031cc9d300a (diff) |
ax88796: Fix some typo in a comment
s/by caused/be caused/
s/ax88786/ax88796/
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/7db4b622d2c3e5af58c1d1f32b81836f4af71f18.1659801746.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ax88796.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ax88796.h b/include/net/ax88796.h index b658471f97f0..303100f08ab8 100644 --- a/include/net/ax88796.h +++ b/include/net/ax88796.h @@ -34,8 +34,8 @@ struct ax_plat_data { const unsigned char *buf, int star_page); void (*block_input)(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset); - /* returns nonzero if a pending interrupt request might by caused by - * 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 */ int (*check_irq)(struct platform_device *pdev); }; |