From: Ryan Cheevers Date: Mon, 9 Mar 2026 06:00:15 +0000 (-0500) Subject: docs: fix typo in housekeeping X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1722b500d22ce3fa327d510c255725eb213a9011;p=thirdparty%2Fkernel%2Flinux.git docs: fix typo in housekeeping Signed-off-by: Ryan Cheevers Signed-off-by: Jonathan Corbet Message-ID: <20260309060015.2349939-1-cheeversr0@gmail.com> --- diff --git a/Documentation/core-api/housekeeping.rst b/Documentation/core-api/housekeeping.rst index e5417302774c7..92c6e53cea755 100644 --- a/Documentation/core-api/housekeeping.rst +++ b/Documentation/core-api/housekeeping.rst @@ -15,7 +15,7 @@ various deferrals etc... Sometimes housekeeping is just some unbound work (unbound workqueues, unbound timers, ...) that gets easily assigned to non-isolated CPUs. But sometimes housekeeping is tied to a specific CPU and requires -elaborated tricks to be offloaded to non-isolated CPUs (RCU_NOCB, remote +elaborate tricks to be offloaded to non-isolated CPUs (RCU_NOCB, remote scheduler tick, etc...). Thus, a housekeeping CPU can be considered as the reverse of an isolated