> > } > > > > +/* > > + * kexec kernel will use efi_map_region_fixed to map efi > > + * runtime memory ranges. md->virt_addr is the original virtual > > + * address which had been mapped in kexec 1st kernel. > > + */ > > Why not stretch this comment to the full 80 cols? Since stretch them to 80 cols I still need 3 lines so I want the length to be more close to the length of context code lines, so It looks better to my eys :) I can change to 80 cols as you said below, thanks. > > /* > * kexec kernel will use efi_map_region_fixed to map efi runtime memory ranges. > * md->virt_addr is the original virtual address which had been mapped in kexec > * 1st kernel. > */ > -- Thanks for review Dave