This unifies the comments in purgatory-ia64.c to always use C style
comments. Previously some comments where C style, while others were
C++ style.

Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>

Index: kexec-tools-patch-boot-params/purgatory/arch/ia64/purgatory-ia64.c
===================================================================
--- kexec-tools-patch-boot-params.orig/purgatory/arch/ia64/purgatory-ia64.c     
2006-09-20 16:00:59.000000000 +0900
+++ kexec-tools-patch-boot-params/purgatory/arch/ia64/purgatory-ia64.c  
2006-09-20 16:33:31.000000000 +0900
@@ -169,7 +169,7 @@
                        (src_md->num_pages << EFI_PAGE_SHIFT);
                if (src_md->type == EFI_LOADER_DATA)
                        dst_md->type = EFI_CONVENTIONAL_MEMORY;
-               // segments are already sorted and aligned to 4K
+               /* segments are already sorted and aligned to 4K */
                orig_type = dst_md->type;
                for (i = 0; i < params->loaded_segments_num; i++) {
                        struct loaded_segment *seg;
@@ -241,8 +241,7 @@
        struct ia64_boot_param *new_boot_param =
        (struct ia64_boot_param *) params->boot_param_base;
        memcpy(new_boot_param, boot_param, 4096);
-       // patch efi_runtime->set_virtual_address_map to a
-       // dummy function
+       /* patch efi_runtime->set_virtual_address_map to a dummy function */
        len = __dummy_efi_function_end - __dummy_efi_function;
        memcpy(command_line + command_line_len,
                __dummy_efi_function, len);

--

-- 
Horms
  H: http://www.vergenet.net/~horms/
  W: http://www.valinux.co.jp/en/

_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to