Re: [PATCH] x86/boot: comments cleanup & indentation fix

2019-02-12 Thread Cao jin
On 1/4/19 8:04 PM, Cao jin wrote: > No real code modification, just cleanup: > 1. remove redundant comments which have already appeared above > 2. comments improvement: > "aligned to a 2M boundary" > --> > "aligned up to CONFIG_PHYSICAL_ALIGN boundary" Finally I see why I have in

Re: [PATCH] x86/boot: comments cleanup & indentation fix

2019-01-29 Thread Cao jin
Hi, Is the patch not right? -- Sincerely, Cao jin On 1/4/19 8:04 PM, Cao jin wrote: > No real code modification, just cleanup: > 1. remove redundant comments which have already appeared above > 2. comments improvement: > "aligned to a 2M boundary" > --> > "aligned up to CONFI

[PATCH] x86/boot: comments cleanup & indentation fix

2019-01-04 Thread Cao jin
No real code modification, just cleanup: 1. remove redundant comments which have already appeared above 2. comments improvement: "aligned to a 2M boundary" --> "aligned up to CONFIG_PHYSICAL_ALIGN boundary" 3. typo fix: uncompression --> decompression 4. indentation fix in linker