Commit dbeb56fe authored by Randy Dunlap's avatar Randy Dunlap Committed by Jonathan Corbet
Browse files

Documentation: admin-guide: correct spelling



Correct spelling problems for Documentation/admin-guide/ as reported
by codespell.

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarMukesh Ojha <quic_mojha@quicinc.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Zefan Li <lizefan.x@bytedance.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: cgroups@vger.kernel.org
Cc: Alasdair Kergon <agk@redhat.com>
Cc: Mike Snitzer <snitzer@kernel.org>
Cc: dm-devel@redhat.com
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org
Cc: linux-mm@kvack.org
Link: https://lore.kernel.org/r/20230129231053.20863-2-rdunlap@infradead.org


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent b7cb8405
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ For example::
This should present your unmodified backing device data in /dev/loop0

If your cache is in writethrough mode, then you can safely discard the
cache device without loosing data.
cache device without losing data.


E) Wiping a cache device
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ Proportional weight policy files
          see Documentation/block/bfq-iosched.rst.

  blkio.bfq.weight_device
          Specifes per cgroup per device weights, overriding the default group
          Specifies per cgroup per device weights, overriding the default group
          weight. For more details, see Documentation/block/bfq-iosched.rst.

	  Following is the format::
+5 −5
Original line number Diff line number Diff line
@@ -2289,7 +2289,7 @@ Cpuset Interface Files
	For a valid partition root with the sibling cpu exclusivity
	rule enabled, changes made to "cpuset.cpus" that violate the
	exclusivity rule will invalidate the partition as well as its
	sibiling partitions with conflicting cpuset.cpus values. So
	sibling partitions with conflicting cpuset.cpus values. So
	care must be taking in changing "cpuset.cpus".

	A valid non-root parent partition may distribute out all its CPUs
+2 −2
Original line number Diff line number Diff line
@@ -399,7 +399,7 @@ A partial list of the supported mount options follows:
  sep
		if first mount option (after the -o), overrides
		the comma as the separator between the mount
		parms. e.g.::
		parameters. e.g.::

			-o user=myname,password=mypassword,domain=mydom

@@ -765,7 +765,7 @@ cifsFYI If set to non-zero value, additional debug information
			Some debugging statements are not compiled into the
			cifs kernel unless CONFIG_CIFS_DEBUG2 is enabled in the
			kernel configuration. cifsFYI may be set to one or
			nore of the following flags (7 sets them all)::
			more of the following flags (7 sets them all)::

			  +-----------------------------------------------+------+
			  | log cifs informational messages		  | 0x01 |
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ the entries (each hotspot block covers a larger area than a single
cache block).

All this means smq uses ~25bytes per cache block.  Still a lot of
memory, but a substantial improvement nontheless.
memory, but a substantial improvement nonetheless.

Level balancing
^^^^^^^^^^^^^^^
Loading