From: Jim Cromie Date: Mon, 19 Dec 2011 22:13:03 +0000 (-0500) Subject: dynamic_debug: chop off comments in ddebug_tokenize X-Git-Tag: v3.4-rc1~187^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd6026e88cb2eb1e60ee40c7a1a0786b2db6623;p=pandora-kernel.git dynamic_debug: chop off comments in ddebug_tokenize If a token begins with #, the remainder of query string is a comment, so drop it. Doing it here avoids '#' in quoted strings. Signed-off-by: Jim Cromie Signed-off-by: Jason Baron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed