projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
081491f
)
xen/drivers: char: Match #if CONFIG_DEBUG_TRACE and #endif comment
author
Julien Grall
<julien.grall@arm.com>
Tue, 4 Dec 2018 18:02:40 +0000
(18:02 +0000)
committer
Julien Grall
<julien.grall@arm.com>
Thu, 21 Mar 2019 18:44:35 +0000
(18:44 +0000)
Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/drivers/char/console.c
patch
|
blob
|
history
diff --git
a/xen/drivers/char/console.c
b/xen/drivers/char/console.c
index f41b689847dde64478b79479669f2a7d4b969231..5f0f54201b28786376497c67048d229a9e0e2c6e 100644
(file)
--- a/
xen/drivers/char/console.c
+++ b/
xen/drivers/char/console.c
@@
-1320,7
+1320,7
@@
static int __init debugtrace_init(void)
}
__initcall(debugtrace_init);
-#endif /* !
NDEBUG
*/
+#endif /* !
CONFIG_DEBUG_TRACE
*/
/*