use the conventional comment layout format
Cc: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>
Cc: HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Lisa Mitchell <lisa.mitchell@hp.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Cc: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
if (!*notes_buf)
return -ENOMEM;
- /* Allow users to remap ELF note segment buffer on vmalloc
- * memory using remap_vmalloc_range. */
+ /*
+ * Allow users to remap ELF note segment buffer on vmalloc memory using
+ * remap_vmalloc_range.()
+ */
vm = find_vm_area(*notes_buf);
BUG_ON(!vm);
vm->flags |= VM_USERMAP;
if (!*notes_buf)
return -ENOMEM;
- /* Allow users to remap ELF note segment buffer on vmalloc
- * memory using remap_vmalloc_range. */
+ /*
+ * Allow users to remap ELF note segment buffer on vmalloc memory using
+ * remap_vmalloc_range()
+ */
vm = find_vm_area(*notes_buf);
BUG_ON(!vm);
vm->flags |= VM_USERMAP;