tweak comment layout
Cc: Alexey Romanov <avromanov@sberdevices.ru>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
d_off += size;
d_size -= size;
- /* Calling kunmap_atomic(d_addr) is necessary. kunmap_atomic() calls
- * must occurs in reverse order of calls to kmap_atomic().
- * So, to call kunmap_atomic(s_addr) we should first call kunmap_atomic(d_addr).
- * For more details see:
+ /*
+ * Calling kunmap_atomic(d_addr) is necessary. kunmap_atomic()
+ * calls must occurs in reverse order of calls to kmap_atomic().
+ * So, to call kunmap_atomic(s_addr) we should first call
+ * kunmap_atomic(d_addr). For more details see
* https://lore.kernel.org/linux-mm/5512421D.4000603@samsung.com/
*/
if (s_off >= PAGE_SIZE) {