All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] staging: unisys: Documentation: Correct a long line in doc
@ 2020-03-19  8:57 R Veera Kumar
  2020-03-19  8:59 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: R Veera Kumar @ 2020-03-19  8:57 UTC (permalink / raw)
  To: Greg Kroah-Hartman, outreachy-kernel; +Cc: David Kershner

Correct a long line in documentation to respect the
80 character line limit.
Found using checkpatch.pl.

Signed-off-by: R Veera Kumar <vkor@vkten.in>
---
Changes in v2:
 - Removed the typo change as it was incorrect
 - Correct the subject line for the changes
 - Correct the description as well
---
 drivers/staging/unisys/Documentation/overview.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/unisys/Documentation/overview.txt b/drivers/staging/unisys/Documentation/overview.txt
index f8a4144b239c..cf29f884cbe0 100644
--- a/drivers/staging/unisys/Documentation/overview.txt
+++ b/drivers/staging/unisys/Documentation/overview.txt
@@ -15,12 +15,12 @@ normally be unsharable, specifically:
 * visorinput - keyboard and mouse
 
 These drivers conform to the standard Linux bus/device model described
-within Documentation/driver-api/driver-model/, and utilize a driver named visorbus to
-present the virtual busses involved. Drivers in the 'visor*' driver set are
-commonly referred to as "guest drivers" or "client drivers".  All drivers
-except visorbus expose a device of a specific usable class to the Linux guest
-environment (e.g., block, network, or input), and are collectively referred
-to as "function drivers".
+within Documentation/driver-api/driver-model/, and utilize a driver named
+visorbus to present the virtual busses involved. Drivers in the 'visor*'
+driver set are commonly referred to as "guest drivers" or "client drivers".
+All drivers except visorbus expose a device of a specific usable class to the
+Linux guest environment (e.g., block, network, or input), and are collectively
+referred to as "function drivers".
 
 The back-end for each device is owned and managed by a small,
 single-purpose service partition in the s-Par firmware, which communicates
-- 
2.20.1



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

* Re: [Outreachy kernel] [PATCH v2] staging: unisys: Documentation: Correct a long line in doc
  2020-03-19  8:57 [PATCH v2] staging: unisys: Documentation: Correct a long line in doc R Veera Kumar
@ 2020-03-19  8:59 ` Julia Lawall
  2020-03-19  9:01   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Julia Lawall @ 2020-03-19  8:59 UTC (permalink / raw)
  To: R Veera Kumar; +Cc: Greg Kroah-Hartman, outreachy-kernel, David Kershner



On Thu, 19 Mar 2020, R Veera Kumar wrote:

> Correct a long line in documentation to respect the
> 80 character line limit.
> Found using checkpatch.pl.

I have received this patch.

julia


>
> Signed-off-by: R Veera Kumar <vkor@vkten.in>
> ---
> Changes in v2:
>  - Removed the typo change as it was incorrect
>  - Correct the subject line for the changes
>  - Correct the description as well
> ---
>  drivers/staging/unisys/Documentation/overview.txt | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/staging/unisys/Documentation/overview.txt b/drivers/staging/unisys/Documentation/overview.txt
> index f8a4144b239c..cf29f884cbe0 100644
> --- a/drivers/staging/unisys/Documentation/overview.txt
> +++ b/drivers/staging/unisys/Documentation/overview.txt
> @@ -15,12 +15,12 @@ normally be unsharable, specifically:
>  * visorinput - keyboard and mouse
>
>  These drivers conform to the standard Linux bus/device model described
> -within Documentation/driver-api/driver-model/, and utilize a driver named visorbus to
> -present the virtual busses involved. Drivers in the 'visor*' driver set are
> -commonly referred to as "guest drivers" or "client drivers".  All drivers
> -except visorbus expose a device of a specific usable class to the Linux guest
> -environment (e.g., block, network, or input), and are collectively referred
> -to as "function drivers".
> +within Documentation/driver-api/driver-model/, and utilize a driver named
> +visorbus to present the virtual busses involved. Drivers in the 'visor*'
> +driver set are commonly referred to as "guest drivers" or "client drivers".
> +All drivers except visorbus expose a device of a specific usable class to the
> +Linux guest environment (e.g., block, network, or input), and are collectively
> +referred to as "function drivers".
>
>  The back-end for each device is owned and managed by a small,
>  single-purpose service partition in the s-Par firmware, which communicates
> --
> 2.20.1
>
> --
> 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 view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20200319085751.GA1928%40tulip.local.
>


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

* Re: [Outreachy kernel] [PATCH v2] staging: unisys: Documentation: Correct a long line in doc
  2020-03-19  8:59 ` [Outreachy kernel] " Julia Lawall
@ 2020-03-19  9:01   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2020-03-19  9:01 UTC (permalink / raw)
  To: Julia Lawall; +Cc: R Veera Kumar, outreachy-kernel, David Kershner

On Thu, Mar 19, 2020 at 09:59:14AM +0100, Julia Lawall wrote:
> 
> 
> On Thu, 19 Mar 2020, R Veera Kumar wrote:
> 
> > Correct a long line in documentation to respect the
> > 80 character line limit.
> > Found using checkpatch.pl.
> 
> I have received this patch.

I got it too.


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

end of thread, other threads:[~2020-03-19  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19  8:57 [PATCH v2] staging: unisys: Documentation: Correct a long line in doc R Veera Kumar
2020-03-19  8:59 ` [Outreachy kernel] " Julia Lawall
2020-03-19  9:01   ` Greg Kroah-Hartman

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.