From: Saru2003 Date: Sun, 8 Dec 2024 08:33:20 +0000 (+0530) Subject: Documentation/accounting: Fix typo in taskstats-struct.rst X-Git-Tag: block-6.14-20240131~37^2~29 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c1aade0ee5e459cb7b7a8e301a9561bffef16d60;p=linux-block.git 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 ''. Signed-off-by: Sarveshwaar SS Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20241208083320.16190-1-sarvesh20123@gmail.com --- 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 . + * TASKSTATS_VERSION, which is defined in . * Each time the struct is changed, the value should be incremented. */ __u16 version;