All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: admin-guide: Fix typos
@ 2017-03-14  8:38 Tamara Diaconita
  2017-03-14  9:04 ` [Outreachy kernel] " Julia Lawall
  2017-03-14 13:06 ` Daniel Baluta
  0 siblings, 2 replies; 6+ messages in thread
From: Tamara Diaconita @ 2017-03-14  8:38 UTC (permalink / raw)
  To: linux-doc, corbet, outreachy-kernel; +Cc: Tamara Diaconita

Fix typos in admin-guide directory.
Make documentation clear and grammatically correct.

Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
---
Changes since v1:
*Remove the changes in tainted-kernels.rst file.

 Documentation/admin-guide/kernel-parameters.rst |  2 +-
 Documentation/admin-guide/ras.rst               | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst
index b516164..c5eae20 100644
--- a/Documentation/admin-guide/kernel-parameters.rst
+++ b/Documentation/admin-guide/kernel-parameters.rst
@@ -197,7 +197,7 @@ and is between 256 and 4096 characters. It is defined in the file
 
 Finally, the [KMG] suffix is commonly described after a number of kernel
 parameter values. These 'K', 'M', and 'G' letters represent the _binary_
-multipliers 'Kilo', 'Mega', and 'Giga', equalling 2^10, 2^20, and 2^30
+multipliers 'Kilo', 'Mega', and 'Giga', equaling 2^10, 2^20, and 2^30
 bytes respectively. Such letter suffixes can also be entirely omitted:
 
 .. include:: kernel-parameters.txt
diff --git a/Documentation/admin-guide/ras.rst b/Documentation/admin-guide/ras.rst
index 1b90c6f..8c7bbf2 100644
--- a/Documentation/admin-guide/ras.rst
+++ b/Documentation/admin-guide/ras.rst
@@ -8,7 +8,7 @@ RAS concepts
 ************
 
 Reliability, Availability and Serviceability (RAS) is a concept used on
-servers meant to measure their robusteness.
+servers meant to measure their robustness.
 
 Reliability
   is the probability that a system will produce correct outputs.
@@ -42,13 +42,13 @@ Among the monitoring measures, the most usual ones include:
 
 * CPU – detect errors at instruction execution and at L1/L2/L3 caches;
 * Memory – add error correction logic (ECC) to detect and correct errors;
-* I/O – add CRC checksums for tranfered data;
+* I/O – add CRC checksums for transferred data;
 * Storage – RAID, journal file systems, checksums,
   Self-Monitoring, Analysis and Reporting Technology (SMART).
 
 By monitoring the number of occurrences of error detections, it is possible
 to identify if the probability of hardware errors is increasing, and, on such
-case, do a preventive maintainance to replace a degrated component while
+case, do a preventive maintenance to replace a degraded component while
 those errors are correctable.
 
 Types of errors
@@ -121,7 +121,7 @@ using the ``dmidecode`` tool. For example, on a desktop machine, it shows::
 On the above example, a DDR4 SO-DIMM memory module is located at the
 system's memory labeled as "BANK 0", as given by the *bank locator* field.
 Please notice that, on such system, the *total width* is equal to the
-*data witdh*. It means that such memory module doesn't have error
+*data width*. It means that such memory module doesn't have error
 detection/correction mechanisms.
 
 Unfortunately, not all systems use the same field to specify the memory
@@ -145,7 +145,7 @@ bank. On this example, from an older server, ``dmidecode`` shows::
 
 There, the DDR3 RDIMM memory module is located at the system's memory labeled
 as "DIMM_A1", as given by the *locator* field. Please notice that this
-memory module has 64 bits of *data witdh* and 72 bits of *total width*. So,
+memory module has 64 bits of *data width* and 72 bits of *total width*. So,
 it has 8 extra bits to be used by error detection and correction mechanisms.
 Such kind of memory is called Error-correcting code memory (ECC memory).
 
@@ -186,7 +186,7 @@ Architecture (MCA)\ [#f3]_.
 .. [#f1] Please notice that several memory controllers allow operation on a
   mode called "Lock-Step", where it groups two memory modules together,
   doing 128-bit reads/writes. That gives 16 bits for error correction, with
-  significatively improves the error correction mechanism, at the expense
+  significantly improves the error correction mechanism, at the expense
   that, when an error happens, there's no way to know what memory module is
   to blame. So, it has to blame both memory modules.
 
-- 
2.9.3



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

* Re: [Outreachy kernel] [PATCH v2] Documentation: admin-guide: Fix typos
  2017-03-14  8:38 [PATCH v2] Documentation: admin-guide: Fix typos Tamara Diaconita
@ 2017-03-14  9:04 ` Julia Lawall
  2017-03-14 12:13   ` Tamara Diaconita
  2017-03-14 13:06 ` Daniel Baluta
  1 sibling, 1 reply; 6+ messages in thread
From: Julia Lawall @ 2017-03-14  9:04 UTC (permalink / raw)
  To: Tamara Diaconita; +Cc: linux-doc, corbet, outreachy-kernel, Tamara Diaconita

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



On Tue, 14 Mar 2017, Tamara Diaconita wrote:

> Fix typos in admin-guide directory.
> Make documentation clear and grammatically correct.

You may want to collect the words in which you find problems, and see if
other files have the same problems.

julia

>
> Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
> ---
> Changes since v1:
> *Remove the changes in tainted-kernels.rst file.
>
>  Documentation/admin-guide/kernel-parameters.rst |  2 +-
>  Documentation/admin-guide/ras.rst               | 12 ++++++------
>  2 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst
> index b516164..c5eae20 100644
> --- a/Documentation/admin-guide/kernel-parameters.rst
> +++ b/Documentation/admin-guide/kernel-parameters.rst
> @@ -197,7 +197,7 @@ and is between 256 and 4096 characters. It is defined in the file
>
>  Finally, the [KMG] suffix is commonly described after a number of kernel
>  parameter values. These 'K', 'M', and 'G' letters represent the _binary_
> -multipliers 'Kilo', 'Mega', and 'Giga', equalling 2^10, 2^20, and 2^30
> +multipliers 'Kilo', 'Mega', and 'Giga', equaling 2^10, 2^20, and 2^30
>  bytes respectively. Such letter suffixes can also be entirely omitted:
>
>  .. include:: kernel-parameters.txt
> diff --git a/Documentation/admin-guide/ras.rst b/Documentation/admin-guide/ras.rst
> index 1b90c6f..8c7bbf2 100644
> --- a/Documentation/admin-guide/ras.rst
> +++ b/Documentation/admin-guide/ras.rst
> @@ -8,7 +8,7 @@ RAS concepts
>  ************
>
>  Reliability, Availability and Serviceability (RAS) is a concept used on
> -servers meant to measure their robusteness.
> +servers meant to measure their robustness.
>
>  Reliability
>    is the probability that a system will produce correct outputs.
> @@ -42,13 +42,13 @@ Among the monitoring measures, the most usual ones include:
>
>  * CPU – detect errors at instruction execution and at L1/L2/L3 caches;
>  * Memory – add error correction logic (ECC) to detect and correct errors;
> -* I/O – add CRC checksums for tranfered data;
> +* I/O – add CRC checksums for transferred data;
>  * Storage – RAID, journal file systems, checksums,
>    Self-Monitoring, Analysis and Reporting Technology (SMART).
>
>  By monitoring the number of occurrences of error detections, it is possible
>  to identify if the probability of hardware errors is increasing, and, on such
> -case, do a preventive maintainance to replace a degrated component while
> +case, do a preventive maintenance to replace a degraded component while
>  those errors are correctable.
>
>  Types of errors
> @@ -121,7 +121,7 @@ using the ``dmidecode`` tool. For example, on a desktop machine, it shows::
>  On the above example, a DDR4 SO-DIMM memory module is located at the
>  system's memory labeled as "BANK 0", as given by the *bank locator* field.
>  Please notice that, on such system, the *total width* is equal to the
> -*data witdh*. It means that such memory module doesn't have error
> +*data width*. It means that such memory module doesn't have error
>  detection/correction mechanisms.
>
>  Unfortunately, not all systems use the same field to specify the memory
> @@ -145,7 +145,7 @@ bank. On this example, from an older server, ``dmidecode`` shows::
>
>  There, the DDR3 RDIMM memory module is located at the system's memory labeled
>  as "DIMM_A1", as given by the *locator* field. Please notice that this
> -memory module has 64 bits of *data witdh* and 72 bits of *total width*. So,
> +memory module has 64 bits of *data width* and 72 bits of *total width*. So,
>  it has 8 extra bits to be used by error detection and correction mechanisms.
>  Such kind of memory is called Error-correcting code memory (ECC memory).
>
> @@ -186,7 +186,7 @@ Architecture (MCA)\ [#f3]_.
>  .. [#f1] Please notice that several memory controllers allow operation on a
>    mode called "Lock-Step", where it groups two memory modules together,
>    doing 128-bit reads/writes. That gives 16 bits for error correction, with
> -  significatively improves the error correction mechanism, at the expense
> +  significantly improves the error correction mechanism, at the expense
>    that, when an error happens, there's no way to know what memory module is
>    to blame. So, it has to blame both memory modules.
>
> --
> 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/20170314083835.4317-1-diaconita.tamara%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>

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

* Re: [Outreachy kernel] [PATCH v2] Documentation: admin-guide: Fix typos
  2017-03-14  9:04 ` [Outreachy kernel] " Julia Lawall
@ 2017-03-14 12:13   ` Tamara Diaconita
  2017-03-14 12:19     ` Julia Lawall
  0 siblings, 1 reply; 6+ messages in thread
From: Tamara Diaconita @ 2017-03-14 12:13 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: diaconitatamara, linux-doc, corbet, diaconita.tamara


[-- Attachment #1.1: Type: text/plain, Size: 5602 bytes --]

Should I keep this in mind for the next patches or should I also reorganize 
this patch?

marți, 14 martie 2017, 11:05:55 UTC+2, Julia Lawall a scris:
>
>
>
> On Tue, 14 Mar 2017, Tamara Diaconita wrote: 
>
> > Fix typos in admin-guide directory. 
> > Make documentation clear and grammatically correct. 
>
> You may want to collect the words in which you find problems, and see if 
> other files have the same problems. 
>
> julia 
>
> > 
> > Signed-off-by: Tamara Diaconita <diaconit...@gmail.com <javascript:>> 
> > --- 
> > Changes since v1: 
> > *Remove the changes in tainted-kernels.rst file. 
> > 
> >  Documentation/admin-guide/kernel-parameters.rst |  2 +- 
> >  Documentation/admin-guide/ras.rst               | 12 ++++++------ 
> >  2 files changed, 7 insertions(+), 7 deletions(-) 
> > 
> > diff --git a/Documentation/admin-guide/kernel-parameters.rst 
> b/Documentation/admin-guide/kernel-parameters.rst 
> > index b516164..c5eae20 100644 
> > --- a/Documentation/admin-guide/kernel-parameters.rst 
> > +++ b/Documentation/admin-guide/kernel-parameters.rst 
> > @@ -197,7 +197,7 @@ and is between 256 and 4096 characters. It is 
> defined in the file 
> > 
> >  Finally, the [KMG] suffix is commonly described after a number of 
> kernel 
> >  parameter values. These 'K', 'M', and 'G' letters represent the 
> _binary_ 
> > -multipliers 'Kilo', 'Mega', and 'Giga', equalling 2^10, 2^20, and 2^30 
> > +multipliers 'Kilo', 'Mega', and 'Giga', equaling 2^10, 2^20, and 2^30 
> >  bytes respectively. Such letter suffixes can also be entirely omitted: 
> > 
> >  .. include:: kernel-parameters.txt 
> > diff --git a/Documentation/admin-guide/ras.rst 
> b/Documentation/admin-guide/ras.rst 
> > index 1b90c6f..8c7bbf2 100644 
> > --- a/Documentation/admin-guide/ras.rst 
> > +++ b/Documentation/admin-guide/ras.rst 
> > @@ -8,7 +8,7 @@ RAS concepts 
> >  ************ 
> > 
> >  Reliability, Availability and Serviceability (RAS) is a concept used on 
> > -servers meant to measure their robusteness. 
> > +servers meant to measure their robustness. 
> > 
> >  Reliability 
> >    is the probability that a system will produce correct outputs. 
> > @@ -42,13 +42,13 @@ Among the monitoring measures, the most usual ones 
> include: 
> > 
> >  * CPU – detect errors at instruction execution and at L1/L2/L3 caches; 
> >  * Memory – add error correction logic (ECC) to detect and correct 
> errors; 
> > -* I/O – add CRC checksums for tranfered data; 
> > +* I/O – add CRC checksums for transferred data; 
> >  * Storage – RAID, journal file systems, checksums, 
> >    Self-Monitoring, Analysis and Reporting Technology (SMART). 
> > 
> >  By monitoring the number of occurrences of error detections, it is 
> possible 
> >  to identify if the probability of hardware errors is increasing, and, 
> on such 
> > -case, do a preventive maintainance to replace a degrated component 
> while 
> > +case, do a preventive maintenance to replace a degraded component while 
> >  those errors are correctable. 
> > 
> >  Types of errors 
> > @@ -121,7 +121,7 @@ using the ``dmidecode`` tool. For example, on a 
> desktop machine, it shows:: 
> >  On the above example, a DDR4 SO-DIMM memory module is located at the 
> >  system's memory labeled as "BANK 0", as given by the *bank locator* 
> field. 
> >  Please notice that, on such system, the *total width* is equal to the 
> > -*data witdh*. It means that such memory module doesn't have error 
> > +*data width*. It means that such memory module doesn't have error 
> >  detection/correction mechanisms. 
> > 
> >  Unfortunately, not all systems use the same field to specify the memory 
> > @@ -145,7 +145,7 @@ bank. On this example, from an older server, 
> ``dmidecode`` shows:: 
> > 
> >  There, the DDR3 RDIMM memory module is located at the system's memory 
> labeled 
> >  as "DIMM_A1", as given by the *locator* field. Please notice that this 
> > -memory module has 64 bits of *data witdh* and 72 bits of *total width*. 
> So, 
> > +memory module has 64 bits of *data width* and 72 bits of *total width*. 
> So, 
> >  it has 8 extra bits to be used by error detection and correction 
> mechanisms. 
> >  Such kind of memory is called Error-correcting code memory (ECC 
> memory). 
> > 
> > @@ -186,7 +186,7 @@ Architecture (MCA)\ [#f3]_. 
> >  .. [#f1] Please notice that several memory controllers allow operation 
> on a 
> >    mode called "Lock-Step", where it groups two memory modules together, 
> >    doing 128-bit reads/writes. That gives 16 bits for error correction, 
> with 
> > -  significatively improves the error correction mechanism, at the 
> expense 
> > +  significantly improves the error correction mechanism, at the expense 
> >    that, when an error happens, there's no way to know what memory 
> module is 
> >    to blame. So, it has to blame both memory modules. 
> > 
> > -- 
> > 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-kern...@googlegroups.com <javascript:>. 
> > To post to this group, send email to outreach...@googlegroups.com 
> <javascript:>. 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/outreachy-kernel/20170314083835.4317-1-diaconita.tamara%40gmail.com. 
>
> > For more options, visit https://groups.google.com/d/optout. 
> >


[-- Attachment #1.2: Type: text/html, Size: 7551 bytes --]

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

* Re: [Outreachy kernel] [PATCH v2] Documentation: admin-guide: Fix typos
  2017-03-14 12:13   ` Tamara Diaconita
@ 2017-03-14 12:19     ` Julia Lawall
  0 siblings, 0 replies; 6+ messages in thread
From: Julia Lawall @ 2017-03-14 12:19 UTC (permalink / raw)
  To: Tamara Diaconita; +Cc: outreachy-kernel, linux-doc, corbet, diaconita.tamara

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



On Tue, 14 Mar 2017, Tamara Diaconita wrote:

> Should I keep this in mind for the next patches or should I also reorganize
> this patch?

I didn't suggest any reorganization.  I just meant that if you find one
file in which a certain word is misspelled, then you may find the same
problem in other files, and thus find more opportunities for patches.

julia

>
> marți, 14 martie 2017, 11:05:55 UTC+2, Julia Lawall a scris:
>
>
>       On Tue, 14 Mar 2017, Tamara Diaconita wrote:
>
>       > Fix typos in admin-guide directory.
>       > Make documentation clear and grammatically correct.
>
>       You may want to collect the words in which you find problems,
>       and see if
>       other files have the same problems.
>
>       julia
>
>       >
>       > Signed-off-by: Tamara Diaconita <diaconit...@gmail.com>
>       > ---
>       > Changes since v1:
>       > *Remove the changes in tainted-kernels.rst file.
>       >
>       >  Documentation/admin-guide/kernel-parameters.rst |  2 +-
>       >  Documentation/admin-guide/ras.rst               | 12
>       ++++++------
>       >  2 files changed, 7 insertions(+), 7 deletions(-)
>       >
>       > diff --git a/Documentation/admin-guide/kernel-parameters.rst
>       b/Documentation/admin-guide/kernel-parameters.rst
>       > index b516164..c5eae20 100644
>       > --- a/Documentation/admin-guide/kernel-parameters.rst
>       > +++ b/Documentation/admin-guide/kernel-parameters.rst
>       > @@ -197,7 +197,7 @@ and is between 256 and 4096 characters. It
>       is defined in the file
>       >
>       >  Finally, the [KMG] suffix is commonly described after a
>       number of kernel
>       >  parameter values. These 'K', 'M', and 'G' letters represent
>       the _binary_
>       > -multipliers 'Kilo', 'Mega', and 'Giga', equalling 2^10, 2^20,
>       and 2^30
>       > +multipliers 'Kilo', 'Mega', and 'Giga', equaling 2^10, 2^20,
>       and 2^30
>       >  bytes respectively. Such letter suffixes can also be entirely
>       omitted:
>       >
>       >  .. include:: kernel-parameters.txt
>       > diff --git a/Documentation/admin-guide/ras.rst
>       b/Documentation/admin-guide/ras.rst
>       > index 1b90c6f..8c7bbf2 100644
>       > --- a/Documentation/admin-guide/ras.rst
>       > +++ b/Documentation/admin-guide/ras.rst
>       > @@ -8,7 +8,7 @@ RAS concepts
>       >  ************
>       >
>       >  Reliability, Availability and Serviceability (RAS) is a
>       concept used on
>       > -servers meant to measure their robusteness.
>       > +servers meant to measure their robustness.
>       >
>       >  Reliability
>       >    is the probability that a system will produce correct
>       outputs.
>       > @@ -42,13 +42,13 @@ Among the monitoring measures, the most
>       usual ones include:
>       >
>       >  * CPU – detect errors at instruction execution and at
>       L1/L2/L3 caches;
>       >  * Memory – add error correction logic (ECC) to detect and
>       correct errors;
>       > -* I/O – add CRC checksums for tranfered data;
>       > +* I/O – add CRC checksums for transferred data;
>       >  * Storage – RAID, journal file systems, checksums,
>       >    Self-Monitoring, Analysis and Reporting Technology (SMART).
>       >
>       >  By monitoring the number of occurrences of error detections,
>       it is possible
>       >  to identify if the probability of hardware errors is
>       increasing, and, on such
>       > -case, do a preventive maintainance to replace a degrated
>       component while
>       > +case, do a preventive maintenance to replace a degraded
>       component while
>       >  those errors are correctable.
>       >
>       >  Types of errors
>       > @@ -121,7 +121,7 @@ using the ``dmidecode`` tool. For example,
>       on a desktop machine, it shows::
>       >  On the above example, a DDR4 SO-DIMM memory module is located
>       at the
>       >  system's memory labeled as "BANK 0", as given by the *bank
>       locator* field.
>       >  Please notice that, on such system, the *total width* is
>       equal to the
>       > -*data witdh*. It means that such memory module doesn't have
>       error
>       > +*data width*. It means that such memory module doesn't have
>       error
>       >  detection/correction mechanisms.
>       >
>       >  Unfortunately, not all systems use the same field to specify
>       the memory
>       > @@ -145,7 +145,7 @@ bank. On this example, from an older
>       server, ``dmidecode`` shows::
>       >
>       >  There, the DDR3 RDIMM memory module is located at the
>       system's memory labeled
>       >  as "DIMM_A1", as given by the *locator* field. Please notice
>       that this
>       > -memory module has 64 bits of *data witdh* and 72 bits of
>       *total width*. So,
>       > +memory module has 64 bits of *data width* and 72 bits of
>       *total width*. So,
>       >  it has 8 extra bits to be used by error detection and
>       correction mechanisms.
>       >  Such kind of memory is called Error-correcting code memory
>       (ECC memory).
>       >
>       > @@ -186,7 +186,7 @@ Architecture (MCA)\ [#f3]_.
>       >  .. [#f1] Please notice that several memory controllers allow
>       operation on a
>       >    mode called "Lock-Step", where it groups two memory modules
>       together,
>       >    doing 128-bit reads/writes. That gives 16 bits for error
>       correction, with
>       > -  significatively improves the error correction mechanism, at
>       the expense
>       > +  significantly improves the error correction mechanism, at
>       the expense
>       >    that, when an error happens, there's no way to know what
>       memory module is
>       >    to blame. So, it has to blame both memory modules.
>       >
>       > --
>       > 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-kern...@googlegroups.com.
>       > To post to this group, send email to
>       outreach...@googlegroups.com.
>       > To view this discussion on the web visithttps://groups.google.com/d/msgid/outreachy-kernel/20170314083835.4317-1-di
>       aconita.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 visithttps://groups.google.com/d/msgid/outreachy-kernel/cf778fed-1495-4382-86ab-
> f043a2641112%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>

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

* Re: [Outreachy kernel] [PATCH v2] Documentation: admin-guide: Fix typos
  2017-03-14  8:38 [PATCH v2] Documentation: admin-guide: Fix typos Tamara Diaconita
  2017-03-14  9:04 ` [Outreachy kernel] " Julia Lawall
@ 2017-03-14 13:06 ` Daniel Baluta
  2017-03-14 13:22   ` Jonathan Corbet
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel Baluta @ 2017-03-14 13:06 UTC (permalink / raw)
  To: Tamara Diaconita
  Cc: linux-doc, Jonathan Corbet, outreachy-kernel, Tamara Diaconita

On Tue, Mar 14, 2017 at 10:38 AM, Tamara Diaconita
<diaconitatamara@gmail.com> wrote:
> Fix typos in admin-guide directory.
> Make documentation clear and grammatically correct.
>
> Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>

Also for easier reviewing next patches you can mention in the
commit message what were the typos:

e.g: witdh -> width


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

* Re: [Outreachy kernel] [PATCH v2] Documentation: admin-guide: Fix typos
  2017-03-14 13:06 ` Daniel Baluta
@ 2017-03-14 13:22   ` Jonathan Corbet
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2017-03-14 13:22 UTC (permalink / raw)
  To: Daniel Baluta
  Cc: Tamara Diaconita, linux-doc, outreachy-kernel, Tamara Diaconita

On Tue, 14 Mar 2017 15:06:40 +0200
Daniel Baluta <daniel.baluta@gmail.com> wrote:

> Also for easier reviewing next patches you can mention in the
> commit message what were the typos:
> 
> e.g: witdh -> width

I'm not sure that's helpful in a change like this which is fixing up a
lot of different mistakes - I have to read the text anyway :)

Anyway, this patch looks good, I've just applied it to the docs tree,
thanks.

jon


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-14  8:38 [PATCH v2] Documentation: admin-guide: Fix typos Tamara Diaconita
2017-03-14  9:04 ` [Outreachy kernel] " Julia Lawall
2017-03-14 12:13   ` Tamara Diaconita
2017-03-14 12:19     ` Julia Lawall
2017-03-14 13:06 ` Daniel Baluta
2017-03-14 13:22   ` 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.