kernel: bump to 3.14.35, 3.18.9, 3.19.1 and 4.0-rc4
[openwrt/openwrt.git] / target / linux / generic / patches-3.18 / 080-10-fib_trie-Use-unsigned-long-for-anything-dealing-with.patch
index 7acf8b67a2d19d90debd26641f6a4e5c5a7ba9d2..487a25f0d9a14ac40d4ccbf57e754c921e2dca7d 100644 (file)
@@ -134,7 +134,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        struct tnode *tn, *left, *right;
        int i;
  
-@@ -1532,9 +1530,9 @@ static int trie_flush_leaf(struct tnode 
+@@ -1532,9 +1530,9 @@ static int trie_flush_leaf(struct tnode
  static struct tnode *leaf_walk_rcu(struct tnode *p, struct tnode *c)
  {
        do {