projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a36012b
)
xen/arm: correct comment in enlighten.c
author
Juergen Gross
<
[email protected]
>
Mon, 14 Sep 2015 13:20:52 +0000
(15:20 +0200)
committer
David Vrabel
<
[email protected]
>
Fri, 23 Oct 2015 13:20:45 +0000
(14:20 +0100)
Correct a comment in arch/arm/xen/enlighten.c referencing a wrong
source file.
Signed-off-by: Juergen Gross <
[email protected]
>
Acked-by: Stefano Stabellini <
[email protected]
>
Signed-off-by: David Vrabel <
[email protected]
>
arch/arm/xen/enlighten.c
patch
|
blob
|
history
diff --git
a/arch/arm/xen/enlighten.c
b/arch/arm/xen/enlighten.c
index 50b4769aad8b5a3b8a62ef2e84436017fecbf774..dad4ffb0934c836b324a51aa53f3c8c26ce72aa9 100644
(file)
--- a/
arch/arm/xen/enlighten.c
+++ b/
arch/arm/xen/enlighten.c
@@
-284,7
+284,7
@@
void xen_arch_resume(void) { }
void xen_arch_suspend(void) { }
-/* In the hyper
visor
.S file. */
+/* In the hyper
call
.S file. */
EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
EXPORT_SYMBOL_GPL(HYPERVISOR_grant_table_op);
EXPORT_SYMBOL_GPL(HYPERVISOR_xen_version);