On May 19, 2006, at 4:17 PM, Hollis Blanchard wrote:
diff -r 11e1dcb7a976 -r de3e1e3bba22 arch/powerpc/platforms/xen/
hcall.c
[...]
+
+ switch (hypercall->arg[0]) {
+ case XENVER_version:
NIT: I've been meaning to ask you this, tho not documented, I've
always thought the "style" was to put "switch" and "case" on the same
column? It seesm to be the convention for both linux and xen.
If its ambiguous I'd like to suggest that they shall be on the same col.
diff -r 11e1dcb7a976 -r de3e1e3bba22 fs/compat_ioctl.c
The next to lines should be guarded by #ifdef CONFIG_XEN
+#include <xen/interface/xen.h>
+#include <xen/public/privcmd.h>
next line should be guarded by #ifdef IOCTL_PRIVCMD_HYPERCALL
+COMPATIBLE_IOCTL(IOCTL_PRIVCMD_HYPERCALL)
-JX
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|