]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation: Fix minor typos
authorRanganath V N <vnranganath.20@gmail.com>
Sat, 26 Jul 2025 06:36:44 +0000 (12:06 +0530)
committerJonathan Corbet <corbet@lwn.net>
Mon, 11 Aug 2025 17:12:46 +0000 (11:12 -0600)
Corrected a few spelling errors and improved the phrasing
changes since v1:
--corrected as per review

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/20250726063645.4156-1-vnranganath.20@gmail.com
Documentation/arch/loongarch/irq-chip-model.rst
Documentation/arch/x86/cpuinfo.rst

index a7ecce11e445c44c187cb9ff4c6d0eaf48648c75..8f5c3345109e6a57fb6efac3e4cd71ac41695bee 100644 (file)
@@ -139,13 +139,13 @@ Feature EXTIOI_HAS_INT_ENCODE is part of standard EIOINTC. If it is 1, it
 indicates that CPU Interrupt Pin selection can be normal method rather than
 bitmap method, so interrupt can be routed to IP0 - IP15.
 
-Feature EXTIOI_HAS_CPU_ENCODE is entension of V-EIOINTC. If it is 1, it
+Feature EXTIOI_HAS_CPU_ENCODE is extension of V-EIOINTC. If it is 1, it
 indicates that CPU selection can be normal method rather than bitmap method,
 so interrupt can be routed to CPU0 - CPU255.
 
 EXTIOI_VIRT_CONFIG
 ------------------
-This register is read-write register, for compatibility intterupt routed uses
+This register is read-write register, for compatibility interrupt routed uses
 the default method which is the same with standard EIOINTC. If the bit is set
 with 1, it indicated HW to use normal method rather than bitmap method.
 
index dd8b7806944eb705f6638702dc1ad58713812828..9f2e47c4b1c8e872170ec6df9a6fcb89b13900e5 100644 (file)
@@ -11,7 +11,7 @@ The list of feature flags in /proc/cpuinfo is not complete and
 represents an ill-fated attempt from long time ago to put feature flags
 in an easy to find place for userspace.
 
-However, the amount of feature flags is growing by the CPU generation,
+However, the number of feature flags is growing with each CPU generation,
 leading to unparseable and unwieldy /proc/cpuinfo.
 
 What is more, those feature flags do not even need to be in that file