linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: qup: fix a trivial typo
@ 2021-10-25  5:03 Randy Dunlap
  2021-10-29 19:56 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-10-25  5:03 UTC (permalink / raw)
  To: linux-i2c
  Cc: Randy Dunlap, Matthew Wilcox, Wolfram Sang, Andy Gross,
	Bjorn Andersson, linux-arm-msm

Correct the typo of "reamining" to "remaining".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: Matthew Wilcox <willy@infradead.org>
Cc: Wolfram Sang <wsa@kernel.org>
Cc: Andy Gross <agross@kernel.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
---
 drivers/i2c/busses/i2c-qup.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20211022.orig/drivers/i2c/busses/i2c-qup.c
+++ linux-next-20211022/drivers/i2c/busses/i2c-qup.c
@@ -1290,7 +1290,7 @@ static void qup_i2c_write_rx_tags_v2(str
  * 1. Check if tx_tags_sent is false i.e. the start of QUP block so write the
  *    tags to TX FIFO and set tx_tags_sent to true.
  * 2. Check if send_last_word is true. It will be set when last few data bytes
- *    (less than 4 bytes) are reamining to be written in FIFO because of no FIFO
+ *    (less than 4 bytes) are remaining to be written in FIFO because of no FIFO
  *    space. All this data bytes are available in tx_fifo_data so write this
  *    in FIFO.
  * 3. Write the data to TX FIFO and check for cur_blk_len. If it is non zero

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

* Re: [PATCH] i2c: qup: fix a trivial typo
  2021-10-25  5:03 [PATCH] i2c: qup: fix a trivial typo Randy Dunlap
@ 2021-10-29 19:56 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2021-10-29 19:56 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-i2c, Matthew Wilcox, Andy Gross, Bjorn Andersson,
	linux-arm-msm

[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

On Sun, Oct 24, 2021 at 10:03:13PM -0700, Randy Dunlap wrote:
> Correct the typo of "reamining" to "remaining".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Suggested-by: Matthew Wilcox <willy@infradead.org>
> Cc: Wolfram Sang <wsa@kernel.org>
> Cc: Andy Gross <agross@kernel.org>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Cc: linux-arm-msm@vger.kernel.org

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2021-10-29 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-25  5:03 [PATCH] i2c: qup: fix a trivial typo Randy Dunlap
2021-10-29 19:56 ` Wolfram Sang

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).