git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e703dda
)
dynamic_debug: chop off comments in ddebug_tokenize
author
Jim Cromie
<jim.cromie@gmail.com>
Mon, 19 Dec 2011 22:13:03 +0000
(17:13 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 24 Jan 2012 20:48:54 +0000
(12:48 -0800)
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 <jim.cromie@gmail.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found