aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorAlain Volmat <alain.volmat@foss.st.com>2023-10-23 10:50:15 +0200
committerWolfram Sang <wsa@kernel.org>2023-10-23 17:28:44 +0200
commita0536c67965dafe3d84a7700160b7a67ca3e4f45 (patch)
tree3ce9469e22cc09dab71da94a60b013d49801b2a6 /drivers/i2c
parent6af79f7fe748fe6a3c5c3a63d7f35981a82c2769 (diff)
downloadlinux-a0536c67965dafe3d84a7700160b7a67ca3e4f45.tar.gz
i2c: stm32f7: add description of atomic in struct stm32f7_i2c_dev
Add missing description of the atomic boolean in struct stm32f7_i2c_dev. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-stm32f7.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-stm32f7.c b/drivers/i2c/busses/i2c-stm32f7.c
index 16e2cb0b82bfc1..fd40b894a19bb6 100644
--- a/drivers/i2c/busses/i2c-stm32f7.c
+++ b/drivers/i2c/busses/i2c-stm32f7.c
@@ -325,6 +325,7 @@ struct stm32f7_i2c_alert {
* @dnf_dt: value of digital filter requested via dt
* @dnf: value of digital filter to apply
* @alert: SMBus alert specific data
+ * @atomic: boolean indicating that current transfer is atomic
*/
struct stm32f7_i2c_dev {
struct i2c_adapter adap;