lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <878qssu5d3.fsf@trenco.lwn.net>
Date: Fri, 06 Dec 2024 09:46:16 -0700
From: Jonathan Corbet <corbet@....net>
To: Saru2003 <sarvesh20123@...il.com>, bsingharora@...il.com
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org, Saru2003
 <sarvesh20123@...il.com>
Subject: Re: [PATCH] Documentation: Fix typo in 'taskstats-struct.rst'

Saru2003 <sarvesh20123@...il.com> writes:

Thanks for working to improve our documentation.  There are a couple of
problems here, though:

> Corrected a typo in the 'taskstats-struct.rst' documentation. The macro name 'TAKSTATS_VERSION' was mistakenly mentioned instead of the correct 'TASKSTATS_VERSION'. The corrected line now accurately references the macro 'TASKSTATS_VERSION', which is defined in '<linux/taskstats.h>'.

Please wrap your changelog lines to a reasonable length.  This changelog
is also a bit more verbose than it really needs to be, but that's less
important. 

> Signed-off-by: Sarveshwaar SS <sarvesh20123@...il.com>
> Signed-off-by: Saru2003 <sarvesh20123@...il.com>

You should only sign off the patch once, and the signoff should include
your actual name, please.

>  Documentation/accounting/taskstats-struct.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/accounting/taskstats-struct.rst b/Documentation/accounting/taskstats-struct.rst
> index ca90fd489c9a..acca51c34157 100644
> --- a/Documentation/accounting/taskstats-struct.rst
> +++ b/Documentation/accounting/taskstats-struct.rst
> @@ -47,7 +47,7 @@ should not change the relative position of each field within the struct.
>  1) Common and basic accounting fields::
>  
>  	/* The version number of this struct. This field is always set to
> -	 * TAKSTATS_VERSION, which is defined in <linux/taskstats.h>.
> +	 * TASKSTATS_VERSION, which is defined in <linux/taskstats.h>.
>  	 * Each time the struct is changed, the value should be incremented.

The change itself is fine.

Thanks,

jon

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ