All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i2c-tools] i2cget: add mode character for SMBus block read to manpage
@ 2022-03-30 10:20 Wolfram Sang
  2022-03-30 16:56 ` Jean Delvare
  2022-03-30 17:25 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-03-30 10:20 UTC (permalink / raw)
  To: linux-i2c; +Cc: Jean Delvare, Wolfram Sang

The text was updated, but the mode character was forgotten.

Fixes: 789af53 ("i2cget: Add support for SMBus block read")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 tools/i2cget.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/i2cget.8 b/tools/i2cget.8
index 83c6f7d..a836341 100644
--- a/tools/i2cget.8
+++ b/tools/i2cget.8
@@ -49,7 +49,7 @@ an integer between 0x00 and 0xFF. If omitted, the currently active register
 will be read (if that makes sense for the considered chip).
 .PP
 The \fImode\fR parameter, if specified, is one of the letters \fBb\fP,
-\fBw\fP, \fBc\fP, or \fBi\fP, corresponding to a read byte data, a read
+\fBw\fP, \fBc\fP, \fBs\fP, or \fBi\fP, corresponding to a read byte data, a read
 word data, a write byte/read byte, an SMBus block read, or an I2C block read
 transaction, respectively. A \fBp\fP can also be appended to the \fImode\fR
 parameter to enable PEC, except for I2C block transactions. If the \fImode\fR
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH i2c-tools] i2cget: add mode character for SMBus block read to manpage
  2022-03-30 10:20 [PATCH i2c-tools] i2cget: add mode character for SMBus block read to manpage Wolfram Sang
@ 2022-03-30 16:56 ` Jean Delvare
  2022-03-30 17:25 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2022-03-30 16:56 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c

On Wed, 30 Mar 2022 12:20:28 +0200, Wolfram Sang wrote:
> The text was updated, but the mode character was forgotten.
> 
> Fixes: 789af53 ("i2cget: Add support for SMBus block read")
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>  tools/i2cget.8 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/i2cget.8 b/tools/i2cget.8
> index 83c6f7d..a836341 100644
> --- a/tools/i2cget.8
> +++ b/tools/i2cget.8
> @@ -49,7 +49,7 @@ an integer between 0x00 and 0xFF. If omitted, the currently active register
>  will be read (if that makes sense for the considered chip).
>  .PP
>  The \fImode\fR parameter, if specified, is one of the letters \fBb\fP,
> -\fBw\fP, \fBc\fP, or \fBi\fP, corresponding to a read byte data, a read
> +\fBw\fP, \fBc\fP, \fBs\fP, or \fBi\fP, corresponding to a read byte data, a read
>  word data, a write byte/read byte, an SMBus block read, or an I2C block read
>  transaction, respectively. A \fBp\fP can also be appended to the \fImode\fR
>  parameter to enable PEC, except for I2C block transactions. If the \fImode\fR

That's odd, but indeed it was forgotten. Thanks for noticing.

Reviewed-by: Jean Delvare <jdelvare@suse.de>

-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH i2c-tools] i2cget: add mode character for SMBus block read to manpage
  2022-03-30 10:20 [PATCH i2c-tools] i2cget: add mode character for SMBus block read to manpage Wolfram Sang
  2022-03-30 16:56 ` Jean Delvare
@ 2022-03-30 17:25 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-03-30 17:25 UTC (permalink / raw)
  To: linux-i2c; +Cc: Jean Delvare

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

On Wed, Mar 30, 2022 at 12:20:28PM +0200, Wolfram Sang wrote:
> The text was updated, but the mode character was forgotten.
> 
> Fixes: 789af53 ("i2cget: Add support for SMBus block read")
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Applied to master, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-30 17:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 10:20 [PATCH i2c-tools] i2cget: add mode character for SMBus block read to manpage Wolfram Sang
2022-03-30 16:56 ` Jean Delvare
2022-03-30 17:25 ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.