Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6d06a68 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Joonwoo Park
Browse files

arm64: mm: Remove superfluous "the" in comment



Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


Git-commit: aad9061bf37e05d29a2a94ae8fe1e12d8808a0dd
Signed-off-by: default avatarJoonwoo Park <joonwoop@codeaurora.org>
parent cb31f3a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@ extern pgd_t idmap_pg_dir[PTRS_PER_PGD];

/*
 * Ensure that there are not more swap files than can be encoded in the kernel
 * the PTEs.
 * PTEs.
 */
#define MAX_SWAPFILES_CHECK() BUILD_BUG_ON(MAX_SWAPFILES_SHIFT > __SWP_TYPE_BITS)