Sorry, fail to attach the patch. Hidetoshi Seto wrote: > Peter Chubb wrote: > >> If you're going to tidy those up, how about changing the style to >> conform to Documentation/CodingStyle at the same time? >> >> /* whether physical address is valid or not */ - if ( >> !ia64_phys_addr_valid(paddr) ) + if ( !ia64_phys_addr_valid(paddr) ) >> return ISOLATE_NG; >> >> e.g., if (!ia64_phys_addr_valid(paddr)) >> return ISOLATE_NG; > > > Thank you for pointing it out. > The attached new one has additional coding style fixes. > > Thanks, > H.Seto There were some trailing white spaces, long lines, brackets in weird style etc. This patch cleans them up. Signed-off-by: Hidetoshi Seto