i2c: qup: fix a trivial typo
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 25 Oct 2021 05:03:13 +0000 (22:03 -0700)
committerWolfram Sang <wsa@kernel.org>
Fri, 29 Oct 2021 19:53:32 +0000 (21:53 +0200)
Correct the typo of "reamining" to "remaining".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-qup.c

index fcd35e8de83c9d4365a9fc2b9be48c4e7f4da31a..95e7c4491f09ab5aa32008417716a5d064fbec1d 100644 (file)
@@ -1290,7 +1290,7 @@ static void qup_i2c_write_rx_tags_v2(struct qup_i2c_dev *qup)
  * 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