summarylogtreecommitdiffstats
path: root/linux-4.15.patch
diff options
context:
space:
mode:
authorJSH2018-02-09 21:09:38 -0500
committerJSH2018-02-09 21:09:38 -0500
commitd6bd4c2fb9e12c3b464ea986f8c686376c78480e (patch)
tree1147ac050dce1eee4b3350a9cde167eedabdab78 /linux-4.15.patch
parente405d3f3a6e93b2bae7f1c94282361d9a1d09edc (diff)
downloadaur-d6bd4c2fb9e12c3b464ea986f8c686376c78480e.tar.gz
Fix typo
Diffstat (limited to 'linux-4.15.patch')
-rw-r--r--linux-4.15.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-4.15.patch b/linux-4.15.patch
index 4af37fab7b77..6568acfad9c2 100644
--- a/linux-4.15.patch
+++ b/linux-4.15.patch
@@ -61,7 +61,7 @@
{
- struct net_device *dev = (struct net_device *)__opaque;
- struct rtl8101_private *tp = netdev_priv(dev);
-+ struct rtl0101_private *tp = (struct rtl8101_private *)__opaque;
++ struct rtl8101_private *tp = (struct rtl8101_private *)__opaque;
+#else
+rtl8101_esd_timer(struct timer_list *timer_list)
+{