[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86/boot/reloc: remove redundant blank characters and reformat comments a bit
commit 7d96cc5c4b2670a4220a50746fa17a0e8a4da1c2 Author: Daniel Kiper <daniel.kiper@xxxxxxxxxx> AuthorDate: Fri Oct 10 10:55:03 2014 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Fri Oct 10 10:55:03 2014 +0200 x86/boot/reloc: remove redundant blank characters and reformat comments a bit Signed-off-by: Daniel Kiper <daniel.kiper@xxxxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- xen/arch/x86/boot/reloc.c | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/xen/arch/x86/boot/reloc.c b/xen/arch/x86/boot/reloc.c index fa0fb6b..4609e55 100644 --- a/xen/arch/x86/boot/reloc.c +++ b/xen/arch/x86/boot/reloc.c @@ -1,11 +1,11 @@ -/****************************************************************************** +/* * reloc.c - * + * * 32-bit flat memory-map routines for relocating Multiboot structures * and modules. This is most easily done early with paging disabled. - * + * * Copyright (c) 2009, Citrix Systems, Inc. - * + * * Authors: * Keir Fraser <keir@xxxxxxx> */ @@ -21,8 +21,9 @@ asm ( " jmp reloc \n" ); -/* This is our data. Because the code must be relocatable, no BSS is - * allowed. All data is accessed PC-relative with inline assembly. +/* + * This is our data. Because the code must be relocatable, no BSS is + * allowed. All data is accessed PC-relative with inline assembly. */ asm ( "alloc: \n" -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |