kernel/4.9: add missing newline character to UBI messages
[oweals/openwrt.git] / target / linux / generic / pending-4.9 / 612-netfilter_match_reduce_memory_access.patch
index 20e0e862f3250bfdeb0dd02f5a772798bd2dde62..c6c5172d2f3827246f7fd32dacd0d7313f02e5ee 100644 (file)
@@ -6,8 +6,6 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  net/ipv4/netfilter/ip_tables.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/net/ipv4/netfilter/ip_tables.c b/net/ipv4/netfilter/ip_tables.c
-index 9178930fca17..35d1db7b78f1 100644
 --- a/net/ipv4/netfilter/ip_tables.c
 +++ b/net/ipv4/netfilter/ip_tables.c
 @@ -61,9 +61,9 @@ ip_packet_match(const struct iphdr *ip,
@@ -22,6 +20,3 @@ index 9178930fca17..35d1db7b78f1 100644
                    (ip->daddr & ipinfo->dmsk.s_addr) != ipinfo->dst.s_addr))
                return false;
  
--- 
-2.11.0
-