From nobody Sat Jul 25 04:19:34 2026 Received: from tbjjbihbhdcb.turbo-smtp.net (tbjjbihbhdcb.turbo-smtp.net [199.187.173.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A99323909A8 for ; Sat, 18 Jul 2026 16:56:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=199.187.173.21 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784393799; cv=none; b=EGODUyOxBuM+tpFZYufD7Bz2Y+A573QyK9SPrYcOAtyUz8ILT6mdbs3/PV6q9oXFgFpE40R7g7TAaRefp8j/0jf6wgelFjGw7WHl+ow2kaE2d6ypeUL8g+v0u4DRVhJfaQNCaAFjejhwpY0BHYsbeYGgpcd2XP9+BQdYwxY2VIg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784393799; c=relaxed/simple; bh=9YB16brPyNPuuW1IStmVHGrD2spc3gWHgY0E+r5+Mfg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=BpvXQi9m/U0VUtmPRviL2ZCimJltp4vYHsWVuSLzslkfex9mb9nxbuEoTKNn61w7oKPT9toeYfQ7sFhlTrHHfgGuuX26wQ83/rcgCUKwPqooVrOQpuJUSF1FWGdN2XkaQATUXylnyd/76lul96MwCTRn3qdzH/cxaf2L59v4eko= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yahyatoubali.me; spf=pass smtp.mailfrom=yahyatoubali.me; dkim=pass (1024-bit key) header.d=yahyatoubali.me header.i=@yahyatoubali.me header.b=Jn4ogKi0; arc=none smtp.client-ip=199.187.173.21 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yahyatoubali.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yahyatoubali.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yahyatoubali.me header.i=@yahyatoubali.me header.b="Jn4ogKi0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahyatoubali.me; s=turbo-smtp; x=1784998596; h=Received: Received:From:To:Cc:Subject:Date:Message-ID:In-Reply-To: References:MIME-Version:Content-Transfer-Encoding:Feedback-Id; bh=yg2pGrJLB8HFYTH9GcIe9QXXOQJKTfygaoWIW5tmY9s=; b=Jn4ogKi0Y+uz+ nVJU3+0AUvSu+bT5x1ZxHFtpHXHLRrf0tku9Rp9bUcWZX42laWB9EHMPU1K7xTLO M1OelGcWuPXH0liL+NIZmLxhCMsfDwfPFtxlat/TmRI862Io0QMJh8YjgsWG4ROD p3xJsNgq7lalqX32+xQ9HX5D8Ib9sE= Received: (qmail 2893986 invoked from network); 18 Jul 2026 16:56:35 -0000 Received: from 197.145.178.94 by turbo-smtp.com with SMTP; 18 Jul 2026 16:56:34 -0000 X-TurboSMTP-Tracking: 64-018cfb16-00001e63be8304c2e006-006-32880ca5 From: Yahya Toubali To: Jonathan Corbet , Shuah Khan , Mark Pearson , "Derek J. Clark" , Armin Wolf , linux-doc@vger.kernel.org (open list:DOCUMENTATION), linux-kernel@vger.kernel.org (open list), platform-driver-x86@vger.kernel.org (open list:LENOVO drivers) Cc: Weijie Yuan , Yahya Toubali Subject: [PATCH v3] Documentation: fix spelling typos Date: Sat, 18 Jul 2026 17:56:15 +0100 Message-ID: <20260718165616.1923610-1-yahya@yahyatoubali.me> X-Mailer: git-send-email 2.55.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Feedback-Id: 26016534 Content-Type: text/plain; charset="utf-8" Fix 'Minumum' -> 'Minimum' in lenovo-wmi-other.rst and 'maintainance' -> 'maintenance' in housekeeping.rst. These were flagged by checkpatch. Signed-off-by: Yahya Toubali Reviewed-by: Mark Pearson --- Documentation/core-api/housekeeping.rst | 2 +- Documentation/wmi/devices/lenovo-wmi-other.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/core-api/housekeeping.rst b/Documentation/core-a= pi/housekeeping.rst index ccb0a88b9cb3..71ba5d86f249 100644 --- a/Documentation/core-api/housekeeping.rst +++ b/Documentation/core-api/housekeeping.rst @@ -9,7 +9,7 @@ extreme workloads can't stand, such as in some DPDK usecase= s. =20 The kernel work moved away by CPU isolation is commonly described as "housekeeping" because it includes ground work that performs cleanups, -statistics maintainance and actions relying on them, memory release, +statistics maintenance and actions relying on them, memory release, various deferrals etc... =20 Sometimes housekeeping is just some unbound work (unbound workqueues, diff --git a/Documentation/wmi/devices/lenovo-wmi-other.rst b/Documentation= /wmi/devices/lenovo-wmi-other.rst index 011054d64eac..65cb78ef285a 100644 --- a/Documentation/wmi/devices/lenovo-wmi-other.rst +++ b/Documentation/wmi/devices/lenovo-wmi-other.rst @@ -163,5 +163,5 @@ data using the `bmfdec = `_ utility: [WmiDataId(1), read, Description("Mode.")] uint32 NumOfFans; [WmiDataId(2), read, Description("Fan ID."), WmiSizeIs("NumOfFans")] u= int32 FanId[]; [WmiDataId(3), read, Description("Maximum Fan Speed."), WmiSizeIs("Num= OfFans")] uint32 FanMaxSpeed[]; - [WmiDataId(4), read, Description("Minumum Fan Speed."), WmiSizeIs("Num= OfFans")] uint32 FanMinSpeed[]; + [WmiDataId(4), read, Description("Minimum Fan Speed."), WmiSizeIs("Num= OfFans")] uint32 FanMinSpeed[]; }; base-commit: 1229e2e57a5c2980ccd457b9b53ea0eed5a22ab3 prerequisite-patch-id: c8aee5eb39e3cd6f2b2f28c82163565665288d2a prerequisite-patch-id: 60ad32e9f0e74902635d7886b97c4225ac8dc5ce prerequisite-patch-id: 76849a9365b2ef77eae25f4ee42c11f124b1ea0d --=20 2.55.0