* [PATCH] documentation grammer correction
@ 2025-01-31 17:47 Pranav Tyagi
2025-02-01 8:43 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Pranav Tyagi @ 2025-01-31 17:47 UTC (permalink / raw)
To: linux-doc, linux-kernel-mentees, skhan; +Cc: Pranav Tyagi
Signed-off-by: Pranav Tyagi <pranav.tyagi03@gmail.com>
---
Documentation/gpu/vgaarbiter.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/gpu/vgaarbiter.rst b/Documentation/gpu/vgaarbiter.rst
index bde3c0afb059..d1e953712cc2 100644
--- a/Documentation/gpu/vgaarbiter.rst
+++ b/Documentation/gpu/vgaarbiter.rst
@@ -11,9 +11,9 @@ Section 7, Legacy Devices.
The Resource Access Control (RAC) module inside the X server [0] existed for
the legacy VGA arbitration task (besides other bus management tasks) when more
-than one legacy device co-exists on the same machine. But the problem happens
+than one legacy device co-exist on the same machine. But the problem happens
when these devices are trying to be accessed by different userspace clients
-(e.g. two server in parallel). Their address assignments conflict. Moreover,
+(e.g. two servers in parallel). Their address assignments conflict. Moreover,
ideally, being a userspace application, it is not the role of the X server to
control bus resources. Therefore an arbitration scheme outside of the X server
is needed to control the sharing of these resources. This document introduces
@@ -106,7 +106,7 @@ In-kernel interface
libpciaccess
------------
-To use the vga arbiter char device it was implemented an API inside the
+To use the vga arbiter char device, an API was implemented inside the
libpciaccess library. One field was added to struct pci_device (each device
on the system)::
--
2.47.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] documentation grammer correction
2025-01-31 17:47 [PATCH] documentation grammer correction Pranav Tyagi
@ 2025-02-01 8:43 ` Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2025-02-01 8:43 UTC (permalink / raw)
To: Pranav Tyagi; +Cc: linux-doc, linux-kernel-mentees, skhan
On Fri, Jan 31, 2025 at 11:17:04PM +0530, Pranav Tyagi wrote:
> Signed-off-by: Pranav Tyagi <pranav.tyagi03@gmail.com>
> ---
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.
You are receiving this message because of the following common error(s)
as indicated below:
- You did not specify a description of why the patch is needed, or
possibly, any description at all, in the email body. Please read the
section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what is needed in
order to properly describe the change.
If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.
thanks,
greg k-h's patch email bot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] documentation grammer correction
@ 2025-02-03 16:19 Pranav Tyagi
2025-02-03 16:23 ` Greg KH
2025-02-03 16:47 ` Khalid Masum
0 siblings, 2 replies; 5+ messages in thread
From: Pranav Tyagi @ 2025-02-03 16:19 UTC (permalink / raw)
To: linux-doc; +Cc: linux-kernel-mentees, skhan, Pranav Tyagi
I am submitting this patch as a part of lfx mentorship application tasks.
This patch contains grammatical and spelling corrections in the linux
documentation. Please let me know if any further clarification is
required.
Regards
Signed-off-by: Pranav Tyagi <pranav.tyagi03@gmail.com>
---
Documentation/gpu/vgaarbiter.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/gpu/vgaarbiter.rst b/Documentation/gpu/vgaarbiter.rst
index bde3c0afb059..d1e953712cc2 100644
--- a/Documentation/gpu/vgaarbiter.rst
+++ b/Documentation/gpu/vgaarbiter.rst
@@ -11,9 +11,9 @@ Section 7, Legacy Devices.
The Resource Access Control (RAC) module inside the X server [0] existed for
the legacy VGA arbitration task (besides other bus management tasks) when more
-than one legacy device co-exists on the same machine. But the problem happens
+than one legacy device co-exist on the same machine. But the problem happens
when these devices are trying to be accessed by different userspace clients
-(e.g. two server in parallel). Their address assignments conflict. Moreover,
+(e.g. two servers in parallel). Their address assignments conflict. Moreover,
ideally, being a userspace application, it is not the role of the X server to
control bus resources. Therefore an arbitration scheme outside of the X server
is needed to control the sharing of these resources. This document introduces
@@ -106,7 +106,7 @@ In-kernel interface
libpciaccess
------------
-To use the vga arbiter char device it was implemented an API inside the
+To use the vga arbiter char device, an API was implemented inside the
libpciaccess library. One field was added to struct pci_device (each device
on the system)::
--
2.47.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] documentation grammer correction
2025-02-03 16:19 Pranav Tyagi
@ 2025-02-03 16:23 ` Greg KH
2025-02-03 16:47 ` Khalid Masum
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2025-02-03 16:23 UTC (permalink / raw)
To: Pranav Tyagi; +Cc: linux-doc, linux-kernel-mentees, skhan
On Mon, Feb 03, 2025 at 09:49:20PM +0530, Pranav Tyagi wrote:
> I am submitting this patch as a part of lfx mentorship application tasks.
> This patch contains grammatical and spelling corrections in the linux
> documentation. Please let me know if any further clarification is
> required.
Lots of information here in the text that doesn't need to be :)
Please read the kernel documentation for how to write a good changelog
text, many times it is the hardest part of creating a valid patch.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] documentation grammer correction
2025-02-03 16:19 Pranav Tyagi
2025-02-03 16:23 ` Greg KH
@ 2025-02-03 16:47 ` Khalid Masum
1 sibling, 0 replies; 5+ messages in thread
From: Khalid Masum @ 2025-02-03 16:47 UTC (permalink / raw)
To: Pranav Tyagi; +Cc: linux-doc, linux-kernel-mentees, skhan
On Mon, Feb 3, 2025 at 10:19 PM Pranav Tyagi <pranav.tyagi03@gmail.com> wrote:
Hi Pranav,
Good catch on those grammatical errors!
>
> I am submitting this patch as a part of lfx mentorship application tasks.
> This patch contains grammatical and spelling corrections in the linux
> documentation. Please let me know if any further clarification is
> required.
>
> Regards
This part will end up in the commit log. Basically whatever "email body" you
put with your patch will end up in the commit log after acceptance. And you
want the commit log to explain what your change does.
To be more clear:
The subject line of the email becomes the commit title
The email body upto --- will turn into the commit log
Rest is the actual code change.
Now, in case of your subject line you want it to be something like this:
subsystem: your subject text
So, in your case, you want it to be something like:
vgaarbiter: documentation grammar correction
Afterwards, you can proceed with explaining what you did. For example:
"Fix grammar issues in ...."
>
> Signed-off-by: Pranav Tyagi <pranav.tyagi03@gmail.com>
Good job here!
For more information, you can look into this:
https://www.kernel.org/doc/html/v6.10/process/submitting-patches.html#the-canonical-patch-format
Best Regards,
-- Khalid Masum
> ---
> Documentation/gpu/vgaarbiter.rst | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/gpu/vgaarbiter.rst b/Documentation/gpu/vgaarbiter.rst
> index bde3c0afb059..d1e953712cc2 100644
> --- a/Documentation/gpu/vgaarbiter.rst
> +++ b/Documentation/gpu/vgaarbiter.rst
> @@ -11,9 +11,9 @@ Section 7, Legacy Devices.
>
> The Resource Access Control (RAC) module inside the X server [0] existed for
> the legacy VGA arbitration task (besides other bus management tasks) when more
> -than one legacy device co-exists on the same machine. But the problem happens
> +than one legacy device co-exist on the same machine. But the problem happens
> when these devices are trying to be accessed by different userspace clients
> -(e.g. two server in parallel). Their address assignments conflict. Moreover,
> +(e.g. two servers in parallel). Their address assignments conflict. Moreover,
> ideally, being a userspace application, it is not the role of the X server to
> control bus resources. Therefore an arbitration scheme outside of the X server
> is needed to control the sharing of these resources. This document introduces
> @@ -106,7 +106,7 @@ In-kernel interface
> libpciaccess
> ------------
>
> -To use the vga arbiter char device it was implemented an API inside the
> +To use the vga arbiter char device, an API was implemented inside the
> libpciaccess library. One field was added to struct pci_device (each device
> on the system)::
>
> --
> 2.47.1
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-02-03 16:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-31 17:47 [PATCH] documentation grammer correction Pranav Tyagi
2025-02-01 8:43 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2025-02-03 16:19 Pranav Tyagi
2025-02-03 16:23 ` Greg KH
2025-02-03 16:47 ` Khalid Masum
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).