projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5688884
)
xen/keyhandler: Restore missing parenthesis in dump_domains()
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Tue, 13 Nov 2018 18:26:39 +0000
(18:26 +0000)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Wed, 14 Nov 2018 18:42:48 +0000
(18:42 +0000)
This was accidentially dropped in c/s
889b200cb52
"Change timestamps
representation for keyhandlers".
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
xen/common/keyhandler.c
patch
|
blob
|
history
diff --git
a/xen/common/keyhandler.c
b/xen/common/keyhandler.c
index 60bbeebb4bd505a6a621d0a5d1ada9459e77c6ce..9495601f5ddcd09c27dbd183ffe8ff655413f033 100644
(file)
--- a/
xen/common/keyhandler.c
+++ b/
xen/common/keyhandler.c
@@
-286,8
+286,8
@@
static void dump_domains(unsigned char key)
s_time_t now = NOW();
#define tmpstr keyhandler_scratch
- printk("'%c' pressed -> dumping domain info (now = %"PRI_stime"
\n", key
,
- now);
+ printk("'%c' pressed -> dumping domain info (now = %"PRI_stime"
)\n"
,
+
key,
now);
rcu_read_lock(&domlist_read_lock);