summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-24 19:36:10 +0530
committerWolfram Sang <wsa@kernel.org>2021-03-31 09:53:09 +0200
commit67ff1d98652ac141f46b3871ebc34350ddffa2ef (patch)
tree454b4fc5df9c7588c122907f78fb6547399625df /drivers
parent942bfbecc0281c75db84f744b9b77b0f2396f484 (diff)
downloadlinux-stable-67ff1d98652ac141f46b3871ebc34350ddffa2ef.tar.gz
linux-stable-67ff1d98652ac141f46b3871ebc34350ddffa2ef.tar.bz2
linux-stable-67ff1d98652ac141f46b3871ebc34350ddffa2ef.zip
i2c: stm32f4: Mundane typo fix
s/postion/position/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Alain Volmat <alain.volmat@foss.st.com> Reviewed-by: Pierre-Yves MORDRET <pierre-yves.mordret@foss.st.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/busses/i2c-stm32f4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c
index 937c2c8fd349..4933fc8ce3fd 100644
--- a/drivers/i2c/busses/i2c-stm32f4.c
+++ b/drivers/i2c/busses/i2c-stm32f4.c
@@ -534,7 +534,7 @@ static void stm32f4_i2c_handle_rx_addr(struct stm32f4_i2c_dev *i2c_dev)
default:
/*
* N-byte reception:
- * Enable ACK, reset POS (ACK postion) and clear ADDR flag.
+ * Enable ACK, reset POS (ACK position) and clear ADDR flag.
* In that way, ACK will be sent as soon as the current byte
* will be received in the shift register
*/