Skip to content

Commit a0536c6

Browse files
Alain Volmatwsakernel
authored andcommitted
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 <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 6af79f7 commit a0536c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/busses/i2c-stm32f7.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ struct stm32f7_i2c_alert {
325325
* @dnf_dt: value of digital filter requested via dt
326326
* @dnf: value of digital filter to apply
327327
* @alert: SMBus alert specific data
328+
* @atomic: boolean indicating that current transfer is atomic
328329
*/
329330
struct stm32f7_i2c_dev {
330331
struct i2c_adapter adap;

0 commit comments

Comments
 (0)