2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

Documentation/accounting: Fix typo in taskstats-struct.rst

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 references the proper macro
'TASKSTATS_VERSION', defined in '<linux/taskstats.h>'.

Signed-off-by: Sarveshwaar SS <sarvesh20123@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241208083320.16190-1-sarvesh20123@gmail.com
This commit is contained in:
Saru2003 2024-12-08 14:03:20 +05:30 committed by Jonathan Corbet
parent 09cbeb5b30
commit c1aade0ee5

View File

@ -47,7 +47,7 @@ should not change the relative position of each field within the struct.
1) Common and basic accounting fields:: 1) Common and basic accounting fields::
/* The version number of this struct. This field is always set to /* 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. * Each time the struct is changed, the value should be incremented.
*/ */
__u16 version; __u16 version;