include/asm-x86/lguest_hcall.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -62,8 +62,7 @@ hcall(unsigned long call,
|
|||||||
#define LGUEST_IRQS (NR_IRQS < 32 ? NR_IRQS: 32)
|
#define LGUEST_IRQS (NR_IRQS < 32 ? NR_IRQS: 32)
|
||||||
|
|
||||||
#define LHCALL_RING_SIZE 64
|
#define LHCALL_RING_SIZE 64
|
||||||
struct hcall_args
|
struct hcall_args {
|
||||||
{
|
|
||||||
/* These map directly onto eax, ebx, ecx, edx in struct lguest_regs */
|
/* These map directly onto eax, ebx, ecx, edx in struct lguest_regs */
|
||||||
unsigned long arg0, arg2, arg3, arg1;
|
unsigned long arg0, arg2, arg3, arg1;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user