]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/swap: comment all the ifdef in swapops.h
authorPeter Xu <peterx@redhat.com>
Thu, 11 Aug 2022 16:13:26 +0000 (12:13 -0400)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 17 Aug 2022 20:58:30 +0000 (13:58 -0700)
commit5a1a0f8969a49fceb12d1f74024eefa5d77119b4
tree8a2d0ec14f779a4efd5b4b64a0b81d822f12ae29
parent8c80cb50d43bbde0504a2e5715f0aa1c9d0c0303
mm/swap: comment all the ifdef in swapops.h

swapops.h contains quite a few layers of ifdef, some of the "else" and
"endif" doesn't get proper comment on the macro so it's hard to follow on
what are they referring to.  Add the comments.

Link: https://lkml.kernel.org/r/20220811161331.37055-3-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Suggested-by: Nadav Amit <nadav.amit@gmail.com>
Reviewed-by: Huang Ying <ying.huang@intel.com>
Reviewed-by: Alistair Popple <apopple@nvidia.com>
Cc: Andi Kleen <andi.kleen@intel.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: "Kirill A . Shutemov" <kirill@shutemov.name>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/swapops.h