* [PATCH v3] i2c: Fix grammatical errors in i2c_msg documentation
@ 2025-07-09 15:36 I Viswanath
2025-07-14 7:19 ` Wolfram Sang
0 siblings, 1 reply; 2+ messages in thread
From: I Viswanath @ 2025-07-09 15:36 UTC (permalink / raw)
To: wsa+renesas; +Cc: linux-i2c, viswanathiyyappan
Fix the following grammatical errors in i2c_msg documentation:
1. Makes only sense in → Makes sense only in
2. may have changed those standard protocol behaviors →
may alter the standard protocol behavior
Signed-off-by: I Viswanath <viswanathiyyappan@gmail.com>
---
include/uapi/linux/i2c.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/uapi/linux/i2c.h b/include/uapi/linux/i2c.h
index 92326ebde350..aa751389de07 100644
--- a/include/uapi/linux/i2c.h
+++ b/include/uapi/linux/i2c.h
@@ -24,7 +24,7 @@
* %I2C_M_RD: read data (from slave to master). Guaranteed to be 0x0001!
*
* Optional:
- * %I2C_M_DMA_SAFE: the buffer of this message is DMA safe. Makes only sense
+ * %I2C_M_DMA_SAFE: the buffer of this message is DMA safe. Makes sense only
* in kernelspace, because userspace buffers are copied anyway
*
* Only if I2C_FUNC_10BIT_ADDR is set:
@@ -66,7 +66,7 @@
* @i2c_msg transaction segment, beginning with a (repeated) START.
*
* Alternatively, when the adapter supports %I2C_FUNC_PROTOCOL_MANGLING then
- * passing certain @flags may have changed those standard protocol behaviors.
+ * passing certain @flags may alter the standard protocol behavior.
* Those flags are only for use with broken/nonconforming slaves, and with
* adapters which are known to support the specific mangling options they need.
*/
--
2.49.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v3] i2c: Fix grammatical errors in i2c_msg documentation
2025-07-09 15:36 [PATCH v3] i2c: Fix grammatical errors in i2c_msg documentation I Viswanath
@ 2025-07-14 7:19 ` Wolfram Sang
0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2025-07-14 7:19 UTC (permalink / raw)
To: I Viswanath; +Cc: linux-i2c
[-- Attachment #1: Type: text/plain, Size: 572 bytes --]
On Wed, Jul 09, 2025 at 09:06:44PM +0530, I Viswanath wrote:
> Fix the following grammatical errors in i2c_msg documentation:
> 1. Makes only sense in → Makes sense only in
> 2. may have changed those standard protocol behaviors →
> may alter the standard protocol behavior
>
> Signed-off-by: I Viswanath <viswanathiyyappan@gmail.com>
> ---
What has changed since v2? Please write this below '---'.
Also, I would need an ack from a native English speaker. I am not a
native English speaker and to me the above does not sound like an
improvement.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-14 7:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09 15:36 [PATCH v3] i2c: Fix grammatical errors in i2c_msg documentation I Viswanath
2025-07-14 7:19 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox