projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
690bf64
)
ax88796: Fix some typo in a comment
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Sat, 6 Aug 2022 16:02:36 +0000
(18:02 +0200)
committer
Jakub Kicinski
<kuba@kernel.org>
Wed, 10 Aug 2022 05:14:02 +0000
(22:14 -0700)
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>
include/net/ax88796.h
patch
|
blob
|
history
diff --git
a/include/net/ax88796.h
b/include/net/ax88796.h
index b658471f97f023ecb7eb8af5a866a6d104a2df2e..303100f08ab85a03fedf6bfcb8f05fd78355fbe4 100644
(file)
--- 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 b
y
caused by
- * the ax887
8
6. Handles all interrupts if set to NULL
+ /* returns nonzero if a pending interrupt request might b
e
caused by
+ * the ax887
9
6. Handles all interrupts if set to NULL
*/
int (*check_irq)(struct platform_device *pdev);
};