Skip to content

Commit

Permalink
ax88796: Fix some typo in a comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tititiou36 authored and kuba-moo committed Aug 10, 2022
1 parent 690bf64 commit 84b709d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/net/ax88796.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
Expand Down

0 comments on commit 84b709d

Please sign in to comment.