From 605a3069161dd966d6cea795133c673fb6706e52 Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Thu, 22 Jan 2015 18:01:23 +0100 Subject: [PATCH] perf tests: Fix typo in sample-parsing.c It was testing the same buffer for differences: memcmp(s1->user_stack.data, s1->user_stack.data, s1->user_stack.size) I'm pretty sure this wasn't supposed to be dead code. Signed-off-by: Rasmus Villemoes Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1421946083-29863-1-git-send-email-linux@rasmusvillemoes.dk Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-format-patch failed