projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e64cb
)
x86/hap: fix lack of newline in error message
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Tue, 22 Apr 2014 10:09:36 +0000
(12:09 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Tue, 22 Apr 2014 10:09:36 +0000
(12:09 +0200)
to avoid corrupting the following line.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <JBeulich@suse.com>
xen/arch/x86/mm/hap/hap.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/mm/hap/hap.c
b/xen/arch/x86/mm/hap/hap.c
index 71227ef94baa821fc9478f1ef3ea3f6d043f58c2..60806bbbe7ba18346bbd432256e1379dcc601561 100644
(file)
--- a/
xen/arch/x86/mm/hap/hap.c
+++ b/
xen/arch/x86/mm/hap/hap.c
@@
-269,7
+269,7
@@
static struct page_info *hap_alloc_p2m_page(struct domain *d)
else if ( !d->arch.paging.p2m_alloc_failed )
{
d->arch.paging.p2m_alloc_failed = 1;
- dprintk(XENLOG_ERR, "d%i failed to allocate from HAP pool",
+ dprintk(XENLOG_ERR, "d%i failed to allocate from HAP pool
\n
",
d->domain_id);
}