All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: spufs: correct a duplicate word typo
@ 2022-08-29 23:29 ` Randy Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2022-08-29 23:29 UTC (permalink / raw)
  To: linux-doc
  Cc: Randy Dunlap, Jeremy Kerr, Arnd Bergmann, linuxppc-dev, Jonathan Corbet

Fix a typo of "or" which should be "of".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jeremy Kerr <jk@ozlabs.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/filesystems/spufs/spufs.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Documentation/filesystems/spufs/spufs.rst
+++ b/Documentation/filesystems/spufs/spufs.rst
@@ -227,7 +227,7 @@ Files
               from the data buffer, updating the value of the specified signal
               notification register.  The signal  notification  register  will
               either be replaced with the input data or will be updated to the
-              bitwise OR or the old value and the input data, depending on the
+              bitwise OR of the old value and the input data, depending on the
               contents  of  the  signal1_type,  or  signal2_type respectively,
               file.
 

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

* [PATCH] Documentation: spufs: correct a duplicate word typo
@ 2022-08-29 23:29 ` Randy Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2022-08-29 23:29 UTC (permalink / raw)
  To: linux-doc
  Cc: Randy Dunlap, linuxppc-dev, Jeremy Kerr, Arnd Bergmann, Jonathan Corbet

Fix a typo of "or" which should be "of".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jeremy Kerr <jk@ozlabs.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/filesystems/spufs/spufs.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Documentation/filesystems/spufs/spufs.rst
+++ b/Documentation/filesystems/spufs/spufs.rst
@@ -227,7 +227,7 @@ Files
               from the data buffer, updating the value of the specified signal
               notification register.  The signal  notification  register  will
               either be replaced with the input data or will be updated to the
-              bitwise OR or the old value and the input data, depending on the
+              bitwise OR of the old value and the input data, depending on the
               contents  of  the  signal1_type,  or  signal2_type respectively,
               file.
 

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

* Re: [PATCH] Documentation: spufs: correct a duplicate word typo
  2022-08-29 23:29 ` Randy Dunlap
@ 2022-08-29 23:40   ` Jeremy Kerr
  -1 siblings, 0 replies; 6+ messages in thread
From: Jeremy Kerr @ 2022-08-29 23:40 UTC (permalink / raw)
  To: Randy Dunlap, linux-doc; +Cc: Arnd Bergmann, linuxppc-dev, Jonathan Corbet

Hi Randy,

> Fix a typo of "or" which should be "of".

Nice, people are still reading the spufs docs! :D

Looks good to me, thanks for the patch.

Reviewed-by: Jeremy Kerr <jk@ozlabs.org>

Cheers,


Jeremy

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

* Re: [PATCH] Documentation: spufs: correct a duplicate word typo
@ 2022-08-29 23:40   ` Jeremy Kerr
  0 siblings, 0 replies; 6+ messages in thread
From: Jeremy Kerr @ 2022-08-29 23:40 UTC (permalink / raw)
  To: Randy Dunlap, linux-doc; +Cc: linuxppc-dev, Arnd Bergmann, Jonathan Corbet

Hi Randy,

> Fix a typo of "or" which should be "of".

Nice, people are still reading the spufs docs! :D

Looks good to me, thanks for the patch.

Reviewed-by: Jeremy Kerr <jk@ozlabs.org>

Cheers,


Jeremy

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

* Re: [PATCH] Documentation: spufs: correct a duplicate word typo
  2022-08-29 23:29 ` Randy Dunlap
@ 2022-09-21 20:10   ` Jonathan Corbet
  -1 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2022-09-21 20:10 UTC (permalink / raw)
  To: Randy Dunlap, linux-doc
  Cc: Randy Dunlap, Jeremy Kerr, Arnd Bergmann, linuxppc-dev

Randy Dunlap <rdunlap@infradead.org> writes:

> Fix a typo of "or" which should be "of".
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jeremy Kerr <jk@ozlabs.org>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: linuxppc-dev@lists.ozlabs.org
> Cc: Jonathan Corbet <corbet@lwn.net>
> ---
>  Documentation/filesystems/spufs/spufs.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/Documentation/filesystems/spufs/spufs.rst
> +++ b/Documentation/filesystems/spufs/spufs.rst
> @@ -227,7 +227,7 @@ Files
>                from the data buffer, updating the value of the specified signal
>                notification register.  The signal  notification  register  will
>                either be replaced with the input data or will be updated to the
> -              bitwise OR or the old value and the input data, depending on the
> +              bitwise OR of the old value and the input data, depending on the
>                contents  of  the  signal1_type,  or  signal2_type respectively,
>                file.

Applied, thanks.

jon

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

* Re: [PATCH] Documentation: spufs: correct a duplicate word typo
@ 2022-09-21 20:10   ` Jonathan Corbet
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2022-09-21 20:10 UTC (permalink / raw)
  To: Randy Dunlap, linux-doc
  Cc: Randy Dunlap, linuxppc-dev, Jeremy Kerr, Arnd Bergmann

Randy Dunlap <rdunlap@infradead.org> writes:

> Fix a typo of "or" which should be "of".
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jeremy Kerr <jk@ozlabs.org>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: linuxppc-dev@lists.ozlabs.org
> Cc: Jonathan Corbet <corbet@lwn.net>
> ---
>  Documentation/filesystems/spufs/spufs.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/Documentation/filesystems/spufs/spufs.rst
> +++ b/Documentation/filesystems/spufs/spufs.rst
> @@ -227,7 +227,7 @@ Files
>                from the data buffer, updating the value of the specified signal
>                notification register.  The signal  notification  register  will
>                either be replaced with the input data or will be updated to the
> -              bitwise OR or the old value and the input data, depending on the
> +              bitwise OR of the old value and the input data, depending on the
>                contents  of  the  signal1_type,  or  signal2_type respectively,
>                file.

Applied, thanks.

jon

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

end of thread, other threads:[~2022-09-21 20:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-29 23:29 [PATCH] Documentation: spufs: correct a duplicate word typo Randy Dunlap
2022-08-29 23:29 ` Randy Dunlap
2022-08-29 23:40 ` Jeremy Kerr
2022-08-29 23:40   ` Jeremy Kerr
2022-09-21 20:10 ` Jonathan Corbet
2022-09-21 20:10   ` Jonathan Corbet

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.