From: Steven Rostedt (Red Hat) Date: Mon, 18 Feb 2013 14:35:49 +0000 (-0500) Subject: ktest: Remove indexes from warnings check X-Git-Tag: v3.9-rc1~90^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7328735cbf68b7cd4d7ef16e172013743cdc2bc4;p=pandora-kernel.git ktest: Remove indexes from warnings check The index of a line where a warning is tested can be returned differently on different versions of gcc (or same version compiled differently). That is, a tab + space can give different results. This causes the warning check to produce a false positive. Removing the index from the check fixes this issue. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed