diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-10-25 08:03:13 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-10-29 22:53:32 +0300 |
commit | 8e98c4f5c38b253adeefc3dc62d447f1fb973c77 (patch) | |
tree | fba4ced7070f46bd02946dea9ca9727427b6f55a /drivers/i2c | |
parent | ef3fe574d49eda31e1d13bfbd19da64b46fb004e (diff) | |
download | linux-8e98c4f5c38b253adeefc3dc62d447f1fb973c77.tar.xz |
i2c: qup: fix a trivial typo
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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-qup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-qup.c b/drivers/i2c/busses/i2c-qup.c index fcd35e8de83c..95e7c4491f09 100644 --- a/drivers/i2c/busses/i2c-qup.c +++ b/drivers/i2c/busses/i2c-qup.c @@ -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 |