Skip to content

Commit 8e98c4f

Browse files
rddunlapwsakernel
authored andcommitted
i2c: qup: fix a trivial typo
Correct the typo of "reamining" to "remaining". Signed-off-by: Randy Dunlap <[email protected]> Suggested-by: Matthew Wilcox <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent ef3fe57 commit 8e98c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-qup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ static void qup_i2c_write_rx_tags_v2(struct qup_i2c_dev *qup)
12901290
* 1. Check if tx_tags_sent is false i.e. the start of QUP block so write the
12911291
* tags to TX FIFO and set tx_tags_sent to true.
12921292
* 2. Check if send_last_word is true. It will be set when last few data bytes
1293-
* (less than 4 bytes) are reamining to be written in FIFO because of no FIFO
1293+
* (less than 4 bytes) are remaining to be written in FIFO because of no FIFO
12941294
* space. All this data bytes are available in tx_fifo_data so write this
12951295
* in FIFO.
12961296
* 3. Write the data to TX FIFO and check for cur_blk_len. If it is non zero

0 commit comments

Comments
 (0)