[PATCH] Documentation: Fix incorrect header file path in taskstats

From: Nir Lichtman
Date: Fri Oct 25 2024 - 07:54:40 EST


Current documented path doesn't exist in the source tree anymore,
the file has moved to be under uapi.

Signed-off-by: Nir Lichtman <nir@xxxxxxxxxxxx>
---
Documentation/accounting/taskstats.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/accounting/taskstats.rst b/Documentation/accounting/taskstats.rst
index 2a28b7f55c10..e38edc82cd2f 100644
--- a/Documentation/accounting/taskstats.rst
+++ b/Documentation/accounting/taskstats.rst
@@ -53,7 +53,7 @@ receive buffer sizes.
Interface
---------

-The user-kernel interface is encapsulated in include/linux/taskstats.h
+The user-kernel interface is encapsulated in ``include/uapi/linux/taskstats.h``.

To avoid this documentation becoming obsolete as the interface evolves, only
an outline of the current version is given. taskstats.h always overrides the
--
2.39.2