]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation: Fix driver-api typos
authorRanganath V N <vnranganath.20@gmail.com>
Thu, 14 Aug 2025 18:43:03 +0000 (00:13 +0530)
committerJonathan Corbet <corbet@lwn.net>
Mon, 18 Aug 2025 16:17:49 +0000 (10:17 -0600)
Corrected a few spelling mistakes

functionalty ==> functionality
in Documentation/driver-api/cxl/devices/device-types.rst

adjascent ==> adjacent
in Documentation/driver-api/cxl/platform/example-configurations/one-dev-per-hb.rst

succeessful ==> successful
in Documentation/driver-api/thermal/exynos_thermal_emulation.rst

Signed-off-by: Ranganath V N <vnranganath.20@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250814184304.20448-1-vnranganath.20@gmail.com
Documentation/driver-api/cxl/devices/device-types.rst
Documentation/driver-api/cxl/platform/example-configurations/one-dev-per-hb.rst
Documentation/driver-api/thermal/exynos_thermal_emulation.rst

index 923f5d89bc044a927caab521550ac439d791b7d3..7f69dfa4509b7793619bb1c6fb308d4cb55b3429 100644 (file)
@@ -22,7 +22,7 @@ The basic interaction protocol, similar to PCIe configuration mechanisms.
 Typically used for initialization, configuration, and I/O access for anything
 other than memory (CXL.mem) or cache (CXL.cache) operations.
 
-The Linux CXL driver exposes access to .io functionalty via the various sysfs
+The Linux CXL driver exposes access to .io functionality via the various sysfs
 interfaces and /dev/cxl/ devices (which exposes direct access to device
 mailboxes).
 
index aebda0eb3e17781d616385f45afc8f75faf9dd30..a4c3fb51ea7dec7f7406c4c9a40f81f0aea0c853 100644 (file)
@@ -10,7 +10,7 @@ has a single CXL memory expander with a 4GB of memory.
 Things to note:
 
 * Cross-Bridge interleave is not being used.
-* The expanders are in two separate but adjascent memory regions.
+* The expanders are in two separate but adjacent memory regions.
 * This CEDT/SRAT describes one node per device
 * The expanders have the same performance and will be in the same memory tier.
 
index c21d10838bc5f7246f4dea6acdd724c3cc7d3ba4..c679502f01c71e7d19adc84ec3bc4ffaad5c456d 100644 (file)
@@ -28,13 +28,13 @@ changed into it.
 delay of changing temperature. However, this node only uses same delay
 of real sensing time, 938us.)
 
-Exynos emulation mode requires synchronous of value changing and
-enabling. It means when you want to update the any value of delay or
-next temperature, then you have to enable emulation mode at the same
-time. (Or you have to keep the mode enabling.) If you don't, it fails to
-change the value to updated one and just use last succeessful value
-repeatedly. That's why this node gives users the right to change
-termerpature only. Just one interface makes it more simply to use.
+Exynos emulation mode requires that value changes and enabling are performed
+synchronously. This means that when you want to update any value, such as the
+delay or the next temperature, you must enable emulation mode at the same
+time (or keep the mode enabled). If you do not, the value will fail to update
+and the last successful value will continue to be used. For this reason,
+this node only allows users to change the temperature. Providing a single
+interface makes it simpler to use.
 
 Disabling emulation mode only requires writing value 0 to sysfs node.