p***@xen.org
2018-11-14 18:55:15 UTC
commit 80488fff7e71d684f960ab320298ef1400c29500
Author: Andrew Cooper <***@citrix.com>
AuthorDate: Tue Nov 13 18:26:39 2018 +0000
Commit: Andrew Cooper <***@citrix.com>
CommitDate: Wed Nov 14 18:42:48 2018 +0000
xen/keyhandler: Restore missing parenthesis in dump_domains()
This was accidentially dropped in c/s 889b200cb52 "Change timestamps
representation for keyhandlers".
Signed-off-by: Andrew Cooper <***@citrix.com>
Acked-by: Wei Liu <***@citrix.com>
---
xen/common/keyhandler.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xen/common/keyhandler.c b/xen/common/keyhandler.c
index 60bbeebb4b..9495601f5d 100644
--- 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);
--
generated by git-patchbot for /home/xen/git/xen.git#staging
Author: Andrew Cooper <***@citrix.com>
AuthorDate: Tue Nov 13 18:26:39 2018 +0000
Commit: Andrew Cooper <***@citrix.com>
CommitDate: Wed Nov 14 18:42:48 2018 +0000
xen/keyhandler: Restore missing parenthesis in dump_domains()
This was accidentially dropped in c/s 889b200cb52 "Change timestamps
representation for keyhandlers".
Signed-off-by: Andrew Cooper <***@citrix.com>
Acked-by: Wei Liu <***@citrix.com>
---
xen/common/keyhandler.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xen/common/keyhandler.c b/xen/common/keyhandler.c
index 60bbeebb4b..9495601f5d 100644
--- 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);
--
generated by git-patchbot for /home/xen/git/xen.git#staging