]> 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>
Mon, 22 Aug 2022 22:57:57 +0000 (15:57 -0700)
commiteb2dc15e9393a2e5e1f2a80c55df93983fe5764f
treef1cc7435b03d1966d3981733d83cc1746b76e607
parenta562f9586cd03cff80c5c50e5695c82271be5b0e
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>
Cc: Dave Hansen <dave.hansen@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/swapops.h