Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: admin-guide: correct "it's" to possessive "its"

Correct 2 uses of "it's" to the possessive "its" as needed.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Darrick J. Wong <djwong@kernel.org>
Cc: linux-xfs@vger.kernel.org
Cc: linux-mm@kvack.org
Cc: Jonathan Corbet <corbet@lwn.net>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230703232024.8069-1-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Jonathan Corbet
97e6f135 c15ec3d1

+2 -2
+1 -1
Documentation/admin-guide/mm/numa_memory_policy.rst
··· 109 109 * A task may install a new VMA policy on a sub-range of a 110 110 previously mmap()ed region. When this happens, Linux splits 111 111 the existing virtual memory area into 2 or 3 VMAs, each with 112 - it's own policy. 112 + its own policy. 113 113 114 114 * By default, VMA policy applies only to pages allocated after 115 115 the policy is installed. Any pages already faulted into the
+1 -1
Documentation/admin-guide/xfs.rst
··· 192 192 are any integer multiple of a valid ``sunit`` value. 193 193 194 194 Typically the only time these mount options are necessary if 195 - after an underlying RAID device has had it's geometry 195 + after an underlying RAID device has had its geometry 196 196 modified, such as adding a new disk to a RAID5 lun and 197 197 reshaping it. 198 198