diff mbox series

i2c: stm32f7: add description of atomic in struct stm32f7_i2c_dev

Message ID 20231023085015.2557849-1-alain.volmat@foss.st.com
State New
Headers show
Series i2c: stm32f7: add description of atomic in struct stm32f7_i2c_dev | expand

Commit Message

Alain Volmat Oct. 23, 2023, 8:50 a.m. UTC
Add missing description of the atomic boolean in struct stm32f7_i2c_dev.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
---
 drivers/i2c/busses/i2c-stm32f7.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Wolfram Sang Oct. 23, 2023, 3:28 p.m. UTC | #1
On Mon, Oct 23, 2023 at 10:50:15AM +0200, Alain Volmat wrote:
> Add missing description of the atomic boolean in struct stm32f7_i2c_dev.
> 
> Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>

Applied to for-next, thanks!
diff mbox series

Patch

diff --git a/drivers/i2c/busses/i2c-stm32f7.c b/drivers/i2c/busses/i2c-stm32f7.c
index 87b9abcc42d8..983509936727 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;