[PATCH] Fix awkward phrasing in reporting-issues docs

Abhishek Jadhav posted 1 patch 1 month, 1 week ago
Documentation/admin-guide/reporting-issues.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] Fix awkward phrasing in reporting-issues docs
Posted by Abhishek Jadhav 1 month, 1 week ago
Signed-off-by: Abhishek Jadhav <abhijadhav.dev@gmail.com>
---
 Documentation/admin-guide/reporting-issues.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/reporting-issues.rst b/Documentation/admin-guide/reporting-issues.rst
index 9a847506f6ec..8de0acb37d94 100644
--- a/Documentation/admin-guide/reporting-issues.rst
+++ b/Documentation/admin-guide/reporting-issues.rst
@@ -471,8 +471,8 @@ before proceeding.
 
 Note, you might not be aware that your system is using one of these solutions:
 they often get set up silently when you install Nvidia's proprietary graphics
-driver, VirtualBox, or other software that requires a some support from a
-module not part of the Linux kernel. That why your might need to uninstall the
+driver, VirtualBox, or other software that requires some support from a
+module not part of the Linux kernel. That's why you might need to uninstall the
 packages with such software to get rid of any 3rd party kernel module.
 
 
-- 
2.50.1
Re: [PATCH] Fix awkward phrasing in reporting-issues docs
Posted by Randy Dunlap 1 month, 1 week ago

On 8/20/25 11:56 PM, Abhishek Jadhav wrote:
> Signed-off-by: Abhishek Jadhav <abhijadhav.dev@gmail.com>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/admin-guide/reporting-issues.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/admin-guide/reporting-issues.rst b/Documentation/admin-guide/reporting-issues.rst
> index 9a847506f6ec..8de0acb37d94 100644
> --- a/Documentation/admin-guide/reporting-issues.rst
> +++ b/Documentation/admin-guide/reporting-issues.rst
> @@ -471,8 +471,8 @@ before proceeding.
>  
>  Note, you might not be aware that your system is using one of these solutions:
>  they often get set up silently when you install Nvidia's proprietary graphics
> -driver, VirtualBox, or other software that requires a some support from a
> -module not part of the Linux kernel. That why your might need to uninstall the
> +driver, VirtualBox, or other software that requires some support from a
> +module not part of the Linux kernel. That's why you might need to uninstall the
>  packages with such software to get rid of any 3rd party kernel module.
>  
>  

-- 
~Randy