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

docs: hid: Fix typo in intel-thc-hid.rst

Corrected the spelling of "triggerred" to "triggered" and "flexiblity"
to "flexibility".

Signed-off-by: Chih Yun Lin <noralin249@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250330084518.20916-1-noralin249@gmail.com

authored by

Chih Yun Lin and committed by
Jonathan Corbet
1af31095 dd0808ab

+4 -4
+4 -4
Documentation/hid/intel-thc-hid.rst
··· 182 182 183 183 THC also includes two GPIO pins, one for interrupt and the other for device reset control. 184 184 185 - Interrupt line can be configured to either level triggerred or edge triggerred by setting MMIO 185 + Interrupt line can be configured to either level triggered or edge triggered by setting MMIO 186 186 Control register. 187 187 188 188 Reset line is controlled by BIOS (or EFI) through ACPI _RST method, driver needs to call this ··· 302 302 3.3.2 Software DMA channel 303 303 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 304 304 305 - THC supports a software triggerred RxDMA mode to read the touch data from touch IC. This SW RxDMA 305 + THC supports a software triggered RxDMA mode to read the touch data from touch IC. This SW RxDMA 306 306 is the 3rd THC RxDMA engine with the similar functionalities as the existing two RxDMAs, the only 307 - difference is this SW RxDMA is triggerred by software, and RxDMA2 is triggerred by external Touch IC 308 - interrupt. It gives a flexiblity to software driver to use RxDMA read Touch IC data in any time. 307 + difference is this SW RxDMA is triggered by software, and RxDMA2 is triggered by external Touch IC 308 + interrupt. It gives a flexibility to software driver to use RxDMA read Touch IC data in any time. 309 309 310 310 Before software starts a SW RxDMA, it shall stop the 1st and 2nd RxDMA, clear PRD read/write pointer 311 311 and quiesce the device interrupt (THC_DEVINT_QUIESCE_HW_STS = 1), other operations are the same with