linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] speakup: Fix typo in documentation "boo" -> "boot"
@ 2021-10-28 18:23 Colin Ian King
  2021-10-28 18:24 ` Samuel Thibault
  0 siblings, 1 reply; 5+ messages in thread
From: Colin Ian King @ 2021-10-28 18:23 UTC (permalink / raw)
  To: Jonathan Corbet, Greg Kroah-Hartman, Samuel Thibault, linux-doc
  Cc: kernel-janitors, linux-kernel

There is a typo in the speakup documentation. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 Documentation/admin-guide/spkguide.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/spkguide.txt b/Documentation/admin-guide/spkguide.txt
index 977ab3f5a0a8..1265c1eab31c 100644
--- a/Documentation/admin-guide/spkguide.txt
+++ b/Documentation/admin-guide/spkguide.txt
@@ -543,7 +543,7 @@ As mentioned earlier, Speakup can either be completely compiled into the
 kernel, with the exception of the help module, or it can be compiled as
 a series of modules.   When compiled as modules, Speakup will only be
 able to speak some of the bootup messages if your system administrator
-has configured the system to load the modules at boo time. The modules
+has configured the system to load the modules at boot time. The modules
 can  be loaded after the file systems have been checked and mounted, or
 from an initrd.  There is a third possibility.  Speakup can be compiled
 with some components built into the kernel, and others as modules.  As
-- 
2.32.0


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

* Re: [PATCH] speakup: Fix typo in documentation "boo" -> "boot"
  2021-10-28 18:23 [PATCH] speakup: Fix typo in documentation "boo" -> "boot" Colin Ian King
@ 2021-10-28 18:24 ` Samuel Thibault
  2021-11-01 17:19   ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Samuel Thibault @ 2021-10-28 18:24 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Jonathan Corbet, Greg Kroah-Hartman, linux-doc, kernel-janitors,
	linux-kernel

Colin Ian King, le jeu. 28 oct. 2021 19:23:19 +0100, a ecrit:
> There is a typo in the speakup documentation. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

Thanks!

> ---
>  Documentation/admin-guide/spkguide.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/spkguide.txt b/Documentation/admin-guide/spkguide.txt
> index 977ab3f5a0a8..1265c1eab31c 100644
> --- a/Documentation/admin-guide/spkguide.txt
> +++ b/Documentation/admin-guide/spkguide.txt
> @@ -543,7 +543,7 @@ As mentioned earlier, Speakup can either be completely compiled into the
>  kernel, with the exception of the help module, or it can be compiled as
>  a series of modules.   When compiled as modules, Speakup will only be
>  able to speak some of the bootup messages if your system administrator
> -has configured the system to load the modules at boo time. The modules
> +has configured the system to load the modules at boot time. The modules
>  can  be loaded after the file systems have been checked and mounted, or
>  from an initrd.  There is a third possibility.  Speakup can be compiled
>  with some components built into the kernel, and others as modules.  As
> -- 
> 2.32.0
> 

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

* Re: [PATCH] speakup: Fix typo in documentation "boo" -> "boot"
  2021-10-28 18:24 ` Samuel Thibault
@ 2021-11-01 17:19   ` Jonathan Corbet
  2021-11-01 17:33     ` Samuel Thibault
  2021-11-01 19:27     ` Joe Perches
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Corbet @ 2021-11-01 17:19 UTC (permalink / raw)
  To: Samuel Thibault, Colin Ian King
  Cc: Greg Kroah-Hartman, linux-doc, kernel-janitors, linux-kernel

Samuel Thibault <samuel.thibault@ens-lyon.org> writes:

> Colin Ian King, le jeu. 28 oct. 2021 19:23:19 +0100, a ecrit:
>> There is a typo in the speakup documentation. Fix it.
>> 
>> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
>
> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

But ... we just got a kernel named "trick or treat" and now you want to
delete "boo time"? :)

Applied, thanks.

But, Samuel, while you're on the line, whatever happened to the RST
conversion for this document?  I'd sure like to get that (and the
associated license change) merged...

Thanks,

jon

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

* Re: [PATCH] speakup: Fix typo in documentation "boo" -> "boot"
  2021-11-01 17:19   ` Jonathan Corbet
@ 2021-11-01 17:33     ` Samuel Thibault
  2021-11-01 19:27     ` Joe Perches
  1 sibling, 0 replies; 5+ messages in thread
From: Samuel Thibault @ 2021-11-01 17:33 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Colin Ian King, Greg Kroah-Hartman, linux-doc, kernel-janitors,
	linux-kernel

Jonathan Corbet, le lun. 01 nov. 2021 11:19:14 -0600, a ecrit:
> But, Samuel, while you're on the line, whatever happened to the RST
> conversion for this document?  I'd sure like to get that (and the
> associated license change) merged...

I haven't found a contact address for the original author, Gene Collins,
so we still don't have an ack on the licence change.

Samuel

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

* Re: [PATCH] speakup: Fix typo in documentation "boo" -> "boot"
  2021-11-01 17:19   ` Jonathan Corbet
  2021-11-01 17:33     ` Samuel Thibault
@ 2021-11-01 19:27     ` Joe Perches
  1 sibling, 0 replies; 5+ messages in thread
From: Joe Perches @ 2021-11-01 19:27 UTC (permalink / raw)
  To: Jonathan Corbet, Samuel Thibault, Colin Ian King
  Cc: Greg Kroah-Hartman, linux-doc, kernel-janitors, linux-kernel

On Mon, 2021-11-01 at 11:19 -0600, Jonathan Corbet wrote:
> Samuel Thibault <samuel.thibault@ens-lyon.org> writes:
> > Colin Ian King, le jeu. 28 oct. 2021 19:23:19 +0100, a ecrit:
> > > There is a typo in the speakup documentation. Fix it.
> But ... we just got a kernel named "trick or treat" and now you want to
> delete "boo time"? :)

Maybe a few more for dia de los muertos.'

Documentation/devicetree/bindings/crypto/fsl-sec4.txt:      Value type: <boo>
Documentation/devicetree/bindings/example-schema.yaml:      - enum: [baz, boo]
Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt:    Value type: <boo>
Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt:    Value type: <boo>



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

end of thread, other threads:[~2021-11-01 19:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-28 18:23 [PATCH] speakup: Fix typo in documentation "boo" -> "boot" Colin Ian King
2021-10-28 18:24 ` Samuel Thibault
2021-11-01 17:19   ` Jonathan Corbet
2021-11-01 17:33     ` Samuel Thibault
2021-11-01 19:27     ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).