linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: hid: Fix typo in intel-thc-hid.rst
@ 2025-03-30  8:45 Chih Yun Lin
  2025-04-14 16:41 ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Chih Yun Lin @ 2025-03-30  8:45 UTC (permalink / raw)
  To: corbet; +Cc: jikos, bentiss, linux-input, linux-doc, linux-kernel,
	Chih Yun Lin

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

Signed-off-by: Chih Yun Lin <noralin249@gmail.com>
---
 Documentation/hid/intel-thc-hid.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/hid/intel-thc-hid.rst b/Documentation/hid/intel-thc-hid.rst
index 6c417205ac6a..dc9250787fc5 100644
--- a/Documentation/hid/intel-thc-hid.rst
+++ b/Documentation/hid/intel-thc-hid.rst
@@ -182,7 +182,7 @@ value and use PIO write (by setting SubIP write opcode) to do a write operation.
 
 THC also includes two GPIO pins, one for interrupt and the other for device reset control.
 
-Interrupt line can be configured to either level triggerred or edge triggerred by setting MMIO
+Interrupt line can be configured to either level triggered or edge triggered by setting MMIO
 Control register.
 
 Reset line is controlled by BIOS (or EFI) through ACPI _RST method, driver needs to call this
@@ -302,10 +302,10 @@ waiting for interrupt ready then read out the data from system memory.
 3.3.2 Software DMA channel
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-THC supports a software triggerred RxDMA mode to read the touch data from touch IC. This SW RxDMA
+THC supports a software triggered RxDMA mode to read the touch data from touch IC. This SW RxDMA
 is the 3rd THC RxDMA engine with the similar functionalities as the existing two RxDMAs, the only
-difference is this SW RxDMA is triggerred by software, and RxDMA2 is triggerred by external Touch IC
-interrupt. It gives a flexiblity to software driver to use RxDMA read Touch IC data in any time.
+difference is this SW RxDMA is triggered by software, and RxDMA2 is triggered by external Touch IC
+interrupt. It gives a flexibility to software driver to use RxDMA read Touch IC data in any time.
 
 Before software starts a SW RxDMA, it shall stop the 1st and 2nd RxDMA, clear PRD read/write pointer
 and quiesce the device interrupt (THC_DEVINT_QUIESCE_HW_STS = 1), other operations are the same with
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: hid: Fix typo in intel-thc-hid.rst
  2025-03-30  8:45 Chih Yun Lin
@ 2025-04-14 16:41 ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2025-04-14 16:41 UTC (permalink / raw)
  To: Chih Yun Lin
  Cc: jikos, bentiss, linux-input, linux-doc, linux-kernel,
	Chih Yun Lin

Chih Yun Lin <noralin249@gmail.com> writes:

> Corrected the spelling of "triggerred" to "triggered" and "flexiblity"
> to "flexibility".
>
> Signed-off-by: Chih Yun Lin <noralin249@gmail.com>
> ---
>  Documentation/hid/intel-thc-hid.rst | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] docs: hid: Fix typo in intel-thc-hid.rst
@ 2025-05-17  8:33 Akshaykumar Gunari
  2025-05-22 22:54 ` Shuah Khan
  0 siblings, 1 reply; 4+ messages in thread
From: Akshaykumar Gunari @ 2025-05-17  8:33 UTC (permalink / raw)
  To: skhan; +Cc: linux-doc, akshaygunari

Corrected a spelling mistake in Documentation/hid/intel-thc-hid.rst.
Replaced 'triggerred' with 'triggered' and 'flexiblity' with 'flexibility' to
improve documentation clarity.

Signed-off-by: Akshaykumar Gunari <akshaygunari@gmail.com>
---
 Documentation/hid/intel-thc-hid.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/hid/intel-thc-hid.rst b/Documentation/hid/intel-thc-hid.rst
index 6c417205ac6a..dc9250787fc5 100644
--- a/Documentation/hid/intel-thc-hid.rst
+++ b/Documentation/hid/intel-thc-hid.rst
@@ -182,7 +182,7 @@ value and use PIO write (by setting SubIP write opcode) to do a write operation.
 
 THC also includes two GPIO pins, one for interrupt and the other for device reset control.
 
-Interrupt line can be configured to either level triggerred or edge triggerred by setting MMIO
+Interrupt line can be configured to either level triggered or edge triggered by setting MMIO
 Control register.
 
 Reset line is controlled by BIOS (or EFI) through ACPI _RST method, driver needs to call this
@@ -302,10 +302,10 @@ waiting for interrupt ready then read out the data from system memory.
 3.3.2 Software DMA channel
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-THC supports a software triggerred RxDMA mode to read the touch data from touch IC. This SW RxDMA
+THC supports a software triggered RxDMA mode to read the touch data from touch IC. This SW RxDMA
 is the 3rd THC RxDMA engine with the similar functionalities as the existing two RxDMAs, the only
-difference is this SW RxDMA is triggerred by software, and RxDMA2 is triggerred by external Touch IC
-interrupt. It gives a flexiblity to software driver to use RxDMA read Touch IC data in any time.
+difference is this SW RxDMA is triggered by software, and RxDMA2 is triggered by external Touch IC
+interrupt. It gives a flexibility to software driver to use RxDMA read Touch IC data in any time.
 
 Before software starts a SW RxDMA, it shall stop the 1st and 2nd RxDMA, clear PRD read/write pointer
 and quiesce the device interrupt (THC_DEVINT_QUIESCE_HW_STS = 1), other operations are the same with
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: hid: Fix typo in intel-thc-hid.rst
  2025-05-17  8:33 [PATCH] docs: hid: Fix typo in intel-thc-hid.rst Akshaykumar Gunari
@ 2025-05-22 22:54 ` Shuah Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2025-05-22 22:54 UTC (permalink / raw)
  To: Akshaykumar Gunari; +Cc: linux-doc

On 5/17/25 02:33, Akshaykumar Gunari wrote:
> Corrected a spelling mistake in Documentation/hid/intel-thc-hid.rst.

Fix or Correct instead of Corrected - check documentation on how to
write change log and submit patches.

This patch needs to be sent to right maintainers. Run get_maintainers.pl
to get the complete list of recipients for this patch.

> Replaced 'triggerred' with 'triggered' and 'flexiblity' with 'flexibility' to
> improve documentation clarity.
> 
> Signed-off-by: Akshaykumar Gunari <akshaygunari@gmail.com>

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-05-22 22:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-17  8:33 [PATCH] docs: hid: Fix typo in intel-thc-hid.rst Akshaykumar Gunari
2025-05-22 22:54 ` Shuah Khan
  -- strict thread matches above, loose matches on Subject: below --
2025-03-30  8:45 Chih Yun Lin
2025-04-14 16:41 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).