Go to file
Randy Dunlap 047b9967d5 mm/page_alloc.c: delete or fix duplicated words
Drop the repeated word "them" and "that".
Change "the the" to "to the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Link: http://lkml.kernel.org/r/20200801173822.14973-10-rdunlap@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-08-12 10:57:58 -07:00
arch sparc: drop unused MAX_PHYSADDR_BITS 2020-08-12 10:57:57 -07:00
block A set of locking fixes and updates: 2020-08-10 19:07:44 -07:00
certs
crypto
Documentation mm/vmstat: add events for THP migration without split 2020-08-12 10:57:57 -07:00
drivers A set of locking fixes and updates: 2020-08-10 19:07:44 -07:00
fs hugetlbfs: prevent filesystem stacking of hugetlbfs 2020-08-12 10:57:56 -07:00
include include/linux/memcontrol.h: drop duplicate word and fix spello 2020-08-12 10:57:57 -07:00
init A set of locking fixes and updates: 2020-08-10 19:07:44 -07:00
ipc
kernel mm: use unsigned types for fragmentation score 2020-08-12 10:57:56 -07:00
lib
LICENSES
mm mm/page_alloc.c: delete or fix duplicated words 2020-08-12 10:57:58 -07:00
net A set of locking fixes and updates: 2020-08-10 19:07:44 -07:00
samples
scripts
security
sound
tools mm/migrate: add migrate-shared test for migrate_vma_*() 2020-08-12 10:57:56 -07:00
usr
virt A set of locking fixes and updates: 2020-08-10 19:07:44 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.