All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: Fix typos
@ 2017-03-15 17:58 Tamara Diaconita
  2017-03-15 20:07 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 7+ messages in thread
From: Tamara Diaconita @ 2017-03-15 17:58 UTC (permalink / raw)
  To: corbet, outreachy-kernel, linux-doc; +Cc: Tamara Diaconita

Fix typos in sync_file.txt to make documentation grammatically correct.

Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
---
 Documentation/sync_file.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/sync_file.txt b/Documentation/sync_file.txt
index 269681a..c3d033a 100644
--- a/Documentation/sync_file.txt
+++ b/Documentation/sync_file.txt
@@ -37,7 +37,7 @@ dma_fence_signal(), when it has finished using (or processing) that buffer.
 Out-fences are fences that the driver creates.
 
 On the other hand if the driver receives fence(s) through a sync_file from
-userspace we call these fence(s) 'in-fences'. Receiveing in-fences means that
+userspace we call these fence(s) 'in-fences'. Receiving in-fences means that
 we need to wait for the fence(s) to signal before using any buffer related to
 the in-fences.
 
-- 
2.9.3



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

* Re: [Outreachy kernel] [PATCH] Documentation: Fix typos
  2017-03-15 17:58 [PATCH] Documentation: Fix typos Tamara Diaconita
@ 2017-03-15 20:07 ` Julia Lawall
  2017-03-15 21:56   ` Alison Schofield
  0 siblings, 1 reply; 7+ messages in thread
From: Julia Lawall @ 2017-03-15 20:07 UTC (permalink / raw)
  To: Tamara Diaconita; +Cc: corbet, outreachy-kernel, linux-doc, Tamara Diaconita



On Wed, 15 Mar 2017, Tamara Diaconita wrote:

> Fix typos in sync_file.txt to make documentation grammatically correct.

It's a bit picky, but you are not making the text grammatically correct,
You are fixing spelling mistakes, but not changing any aspect of the
grammar.

julia

>
> Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
> ---
>  Documentation/sync_file.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/sync_file.txt b/Documentation/sync_file.txt
> index 269681a..c3d033a 100644
> --- a/Documentation/sync_file.txt
> +++ b/Documentation/sync_file.txt
> @@ -37,7 +37,7 @@ dma_fence_signal(), when it has finished using (or processing) that buffer.
>  Out-fences are fences that the driver creates.
>
>  On the other hand if the driver receives fence(s) through a sync_file from
> -userspace we call these fence(s) 'in-fences'. Receiveing in-fences means that
> +userspace we call these fence(s) 'in-fences'. Receiving in-fences means that
>  we need to wait for the fence(s) to signal before using any buffer related to
>  the in-fences.
>
> --
> 2.9.3
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170315175811.4187-1-diaconita.tamara%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>


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

* Re: [Outreachy kernel] [PATCH] Documentation: Fix typos
  2017-03-15 20:07 ` [Outreachy kernel] " Julia Lawall
@ 2017-03-15 21:56   ` Alison Schofield
  2017-03-15 21:57     ` Julia Lawall
  2017-03-15 22:10     ` Jonathan Corbet
  0 siblings, 2 replies; 7+ messages in thread
From: Alison Schofield @ 2017-03-15 21:56 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Tamara Diaconita, corbet, outreachy-kernel, linux-doc, Tamara Diaconita

On Wed, Mar 15, 2017 at 09:07:56PM +0100, Julia Lawall wrote:
> 
> 
> On Wed, 15 Mar 2017, Tamara Diaconita wrote:
> 
> > Fix typos in sync_file.txt to make documentation grammatically correct.
> 
> It's a bit picky, but you are not making the text grammatically correct,
> You are fixing spelling mistakes, but not changing any aspect of the
> grammar.
> 
> julia
> 

I'm wondering if there is one 'official' dictionary linux kernel
follows?

> >
> > Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
> > ---
> >  Documentation/sync_file.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/sync_file.txt b/Documentation/sync_file.txt
> > index 269681a..c3d033a 100644
> > --- a/Documentation/sync_file.txt
> > +++ b/Documentation/sync_file.txt
> > @@ -37,7 +37,7 @@ dma_fence_signal(), when it has finished using (or processing) that buffer.
> >  Out-fences are fences that the driver creates.
> >
> >  On the other hand if the driver receives fence(s) through a sync_file from
> > -userspace we call these fence(s) 'in-fences'. Receiveing in-fences means that
> > +userspace we call these fence(s) 'in-fences'. Receiving in-fences means that
> >  we need to wait for the fence(s) to signal before using any buffer related to
> >  the in-fences.
> >
> > --
> > 2.9.3
> >
> > --
> > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> > To post to this group, send email to outreachy-kernel@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170315175811.4187-1-diaconita.tamara%40gmail.com.
> > For more options, visit https://groups.google.com/d/optout.
> >
> 
> -- 
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/alpine.DEB.2.20.1703152107120.4005%40hadrien.
> For more options, visit https://groups.google.com/d/optout.


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

* Re: [Outreachy kernel] [PATCH] Documentation: Fix typos
  2017-03-15 21:56   ` Alison Schofield
@ 2017-03-15 21:57     ` Julia Lawall
  2017-03-15 22:10     ` Jonathan Corbet
  1 sibling, 0 replies; 7+ messages in thread
From: Julia Lawall @ 2017-03-15 21:57 UTC (permalink / raw)
  To: Alison Schofield
  Cc: Tamara Diaconita, corbet, outreachy-kernel, linux-doc, Tamara Diaconita



On Wed, 15 Mar 2017, Alison Schofield wrote:

> On Wed, Mar 15, 2017 at 09:07:56PM +0100, Julia Lawall wrote:
> >
> >
> > On Wed, 15 Mar 2017, Tamara Diaconita wrote:
> >
> > > Fix typos in sync_file.txt to make documentation grammatically correct.
> >
> > It's a bit picky, but you are not making the text grammatically correct,
> > You are fixing spelling mistakes, but not changing any aspect of the
> > grammar.
> >
> > julia
> >
>
> I'm wondering if there is one 'official' dictionary linux kernel
> follows?

Perhaps not, if there is no preference for US vs UK spelling.

julia

>
> > >
> > > Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
> > > ---
> > >  Documentation/sync_file.txt | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/Documentation/sync_file.txt b/Documentation/sync_file.txt
> > > index 269681a..c3d033a 100644
> > > --- a/Documentation/sync_file.txt
> > > +++ b/Documentation/sync_file.txt
> > > @@ -37,7 +37,7 @@ dma_fence_signal(), when it has finished using (or processing) that buffer.
> > >  Out-fences are fences that the driver creates.
> > >
> > >  On the other hand if the driver receives fence(s) through a sync_file from
> > > -userspace we call these fence(s) 'in-fences'. Receiveing in-fences means that
> > > +userspace we call these fence(s) 'in-fences'. Receiving in-fences means that
> > >  we need to wait for the fence(s) to signal before using any buffer related to
> > >  the in-fences.
> > >
> > > --
> > > 2.9.3
> > >
> > > --
> > > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> > > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> > > To post to this group, send email to outreachy-kernel@googlegroups.com.
> > > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170315175811.4187-1-diaconita.tamara%40gmail.com.
> > > For more options, visit https://groups.google.com/d/optout.
> > >
> >
> > --
> > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> > To post to this group, send email to outreachy-kernel@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/alpine.DEB.2.20.1703152107120.4005%40hadrien.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170315215619.GA4673%40d830.WORKGROUP.
> For more options, visit https://groups.google.com/d/optout.
>


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

* Re: [Outreachy kernel] [PATCH] Documentation: Fix typos
  2017-03-15 21:56   ` Alison Schofield
  2017-03-15 21:57     ` Julia Lawall
@ 2017-03-15 22:10     ` Jonathan Corbet
  1 sibling, 0 replies; 7+ messages in thread
From: Jonathan Corbet @ 2017-03-15 22:10 UTC (permalink / raw)
  To: Alison Schofield
  Cc: Julia Lawall, Tamara Diaconita, outreachy-kernel, linux-doc,
	Tamara Diaconita

On Wed, 15 Mar 2017 14:56:20 -0700
Alison Schofield <amsfield22@gmail.com> wrote:

> I'm wondering if there is one 'official' dictionary linux kernel
> follows?

No, I don't think there's really a need for one.  If we can get a minimum
of documentation without obvious errors, we'll be ahead of where we are
now :)

jon


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

* Re: [PATCH] Documentation: Fix typos
  2017-03-15 17:54 Tamara Diaconita
@ 2017-03-15 17:57 ` Jonathan Corbet
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Corbet @ 2017-03-15 17:57 UTC (permalink / raw)
  To: Tamara Diaconita; +Cc: outreachy-kernel, linux-doc, Tamara Diaconita

On Wed, 15 Mar 2017 19:54:07 +0200
Tamara Diaconita <diaconitatamara@gmail.com> wrote:

> Fix typos in vfio-mediated-device.txt to make documentation
> grammatically correct.

Can you put the file name (or some other indication of what's being
patched) in the subject line, so the patches can be told apart, please?

> Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
> ---
>  Documentation/vfio-mediated-device.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/vfio-mediated-device.txt b/Documentation/vfio-mediated-device.txt
> index d226c7a..acae6c0 100644
> --- a/Documentation/vfio-mediated-device.txt
> +++ b/Documentation/vfio-mediated-device.txt
> @@ -380,7 +380,7 @@ card.
>     /dev/ttyS1, UART: 16550A, Port: 0xc150, IRQ: 10
>     /dev/ttyS2, UART: 16550A, Port: 0xc158, IRQ: 10
>  
> -6. Using a minicom or any terminal enulation program, open port /dev/ttyS1 or
> +6. Using a minicom or any terminal emulation program, open port /dev/ttyS1 or

This is obviously a good change.  But you could also, while you're there,
make it read "Using minicom" and get rid of another problem at the same
time.

Thanks,

jon


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

* [PATCH] Documentation: Fix typos
@ 2017-03-15 17:54 Tamara Diaconita
  2017-03-15 17:57 ` Jonathan Corbet
  0 siblings, 1 reply; 7+ messages in thread
From: Tamara Diaconita @ 2017-03-15 17:54 UTC (permalink / raw)
  To: corbet, outreachy-kernel, linux-doc; +Cc: Tamara Diaconita

Fix typos in vfio-mediated-device.txt to make documentation
grammatically correct.

Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
---
 Documentation/vfio-mediated-device.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/vfio-mediated-device.txt b/Documentation/vfio-mediated-device.txt
index d226c7a..acae6c0 100644
--- a/Documentation/vfio-mediated-device.txt
+++ b/Documentation/vfio-mediated-device.txt
@@ -380,7 +380,7 @@ card.
    /dev/ttyS1, UART: 16550A, Port: 0xc150, IRQ: 10
    /dev/ttyS2, UART: 16550A, Port: 0xc158, IRQ: 10
 
-6. Using a minicom or any terminal enulation program, open port /dev/ttyS1 or
+6. Using a minicom or any terminal emulation program, open port /dev/ttyS1 or
    /dev/ttyS2 with hardware flow control disabled.
 
 7. Type data on the minicom terminal or send data to the terminal emulation
-- 
2.9.3



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

end of thread, other threads:[~2017-03-15 22:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-15 17:58 [PATCH] Documentation: Fix typos Tamara Diaconita
2017-03-15 20:07 ` [Outreachy kernel] " Julia Lawall
2017-03-15 21:56   ` Alison Schofield
2017-03-15 21:57     ` Julia Lawall
2017-03-15 22:10     ` Jonathan Corbet
  -- strict thread matches above, loose matches on Subject: below --
2017-03-15 17:54 Tamara Diaconita
2017-03-15 17:57 ` 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.