[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH xenbus 03/12] Fix formatting in include/xen.h
From: Paul Durrant <pdurrant@xxxxxxxxxx> This is a purely cosmetic patch removing some unnecessary indentation. Subsequent patches will modify this file, hence this patch pre-emptively fixes bad formatting that would otherwise end up diff context. No functional change. Signed-off-by: Paul Durrant <pdurrant@xxxxxxxxxx> --- include/xen.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/include/xen.h b/include/xen.h index 171fa4ef43b9..2b74fe691e41 100644 --- a/include/xen.h +++ b/include/xen.h @@ -201,15 +201,15 @@ __checkReturn XEN_API NTSTATUS EventChannelExpandArray( - IN PFN_NUMBER Pfn + IN PFN_NUMBER Pfn ); __checkReturn XEN_API NTSTATUS EventChannelInitControl( - IN PFN_NUMBER Pfn, - IN unsigned int vcpu_id + IN PFN_NUMBER Pfn, + IN unsigned int vcpu_id ); __checkReturn @@ -223,8 +223,8 @@ __checkReturn XEN_API NTSTATUS EventChannelBindVirtualCpu( - IN ULONG LocalPort, - IN unsigned int vcpu_id + IN ULONG LocalPort, + IN unsigned int vcpu_id ); __checkReturn @@ -262,27 +262,27 @@ __checkReturn XEN_API NTSTATUS GrantTableMapForeignPage( - IN USHORT Domain, - IN ULONG GrantRef, - IN PHYSICAL_ADDRESS Address, - IN BOOLEAN ReadOnly, - OUT ULONG *Handle + IN USHORT Domain, + IN ULONG GrantRef, + IN PHYSICAL_ADDRESS Address, + IN BOOLEAN ReadOnly, + OUT ULONG *Handle ); __checkReturn XEN_API NTSTATUS GrantTableUnmapForeignPage( - IN ULONG Handle, - IN PHYSICAL_ADDRESS Address + IN ULONG Handle, + IN PHYSICAL_ADDRESS Address ); __checkReturn XEN_API NTSTATUS GrantTableQuerySize( - OUT uint32_t *Current OPTIONAL, - OUT uint32_t *Maximum OPTIONAL + OUT uint32_t *Current OPTIONAL, + OUT uint32_t *Maximum OPTIONAL ); // SCHED -- 2.17.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |