diff mbox series

i2c: reword explanation about atomic transfers

Message ID 20200505160101.12399-1-wsa+renesas@sang-engineering.com (mailing list archive)
State Mainlined
Commit df7b4d6f7d5fff53d4dcf8d972f331dbbb7d49e0
Delegated to: Geert Uytterhoeven
Headers show
Series i2c: reword explanation about atomic transfers | expand

Commit Message

Wolfram Sang May 5, 2020, 4:01 p.m. UTC
Atomic transfers are not only about sending messages like the original
wording suggested. Speak of 'accessing' now like in i2c.h.

Reported-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 drivers/i2c/i2c-core.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Wolfram Sang May 19, 2020, 6:47 a.m. UTC | #1
On Tue, May 05, 2020 at 06:01:01PM +0200, Wolfram Sang wrote:
> Atomic transfers are not only about sending messages like the original
> wording suggested. Speak of 'accessing' now like in i2c.h.
> 
> Reported-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Applied to for-next, thanks!
diff mbox series

Patch

diff --git a/drivers/i2c/i2c-core.h b/drivers/i2c/i2c-core.h
index 517d98be68d2..94ff1693b391 100644
--- a/drivers/i2c/i2c-core.h
+++ b/drivers/i2c/i2c-core.h
@@ -23,9 +23,9 @@  int i2c_dev_irq_from_resources(const struct resource *resources,
 			       unsigned int num_resources);
 
 /*
- * We only allow atomic transfers for very late communication, e.g. to send
- * the powerdown command to a PMIC. Atomic transfers are a corner case and not
- * for generic use!
+ * We only allow atomic transfers for very late communication, e.g. to access a
+ * PMIC when powering down. Atomic transfers are a corner case and not for
+ * generic use!
  */
 static inline bool i2c_in_atomic_xfer_mode(void)
 {