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

Documentation: Fix minor typos

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

authored by

Ranganath V N and committed by
Jonathan Corbet
1f590377 7069b529

+3 -3
+2 -2
Documentation/arch/loongarch/irq-chip-model.rst
··· 139 139 indicates that CPU Interrupt Pin selection can be normal method rather than 140 140 bitmap method, so interrupt can be routed to IP0 - IP15. 141 141 142 - Feature EXTIOI_HAS_CPU_ENCODE is entension of V-EIOINTC. If it is 1, it 142 + Feature EXTIOI_HAS_CPU_ENCODE is extension of V-EIOINTC. If it is 1, it 143 143 indicates that CPU selection can be normal method rather than bitmap method, 144 144 so interrupt can be routed to CPU0 - CPU255. 145 145 146 146 EXTIOI_VIRT_CONFIG 147 147 ------------------ 148 - This register is read-write register, for compatibility intterupt routed uses 148 + This register is read-write register, for compatibility interrupt routed uses 149 149 the default method which is the same with standard EIOINTC. If the bit is set 150 150 with 1, it indicated HW to use normal method rather than bitmap method. 151 151
+1 -1
Documentation/arch/x86/cpuinfo.rst
··· 11 11 represents an ill-fated attempt from long time ago to put feature flags 12 12 in an easy to find place for userspace. 13 13 14 - However, the amount of feature flags is growing by the CPU generation, 14 + However, the number of feature flags is growing with each CPU generation, 15 15 leading to unparseable and unwieldy /proc/cpuinfo. 16 16 17 17 What is more, those feature flags do not even need to be in that file