From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.183]) (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 BF12B3E1225 for ; Sat, 18 Jul 2026 16:07:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784390868; cv=none; b=P8iROQELzG0k0yCU2HNADkk7EtFrNWkLoe9ZLKNl6/dFxZOyyrbIn2Ly+rPQKq0xyBXh5E8FYcCU6idbsmr4g6PHswuUH5BfeCp8oyqaF8hg1Adq8PpMEDLFB1UEJYJH++dvbQ0ZpIFLl2TMU9CSQi6jrq+aBTlrCIdJr2sorH8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784390868; c=relaxed/simple; bh=0tkHVs38qBONTZfqi/mF0p62rce8wQD2qOPTHzC2JPE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WAGvGIamXHp/nzTVRX/+plIMSR/ZMVPW8ruXrZO3m3VYqSn48c/Uvxq00pQgL0oE3cd3Esz8aQ3ZY0bqIEQ165Og1HmwnTH/hn70gP8ce4Z0+OcdTPeCJrk3tZ/UMZD8Bm+IwIML4+2C44x4zdTg39FNsmVVPE6U0oTO1Jmdx/w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wyuan.org; spf=pass smtp.mailfrom=wyuan.org; dkim=pass (2048-bit key) header.d=wyuan.org header.i=@wyuan.org header.b=YB9F70mf; arc=none smtp.client-ip=91.218.175.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wyuan.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wyuan.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=wyuan.org header.i=@wyuan.org header.b="YB9F70mf" Date: Sun, 19 Jul 2026 00:07:20 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wyuan.org; s=key1; t=1784390846; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Q/25ta5xlo6p4cnt6EZ5DIe5/5JM6jQvLXP7zu1ZdWY=; b=YB9F70mfQ9DeixojMAe4Au93J6HQOV50ATssWsKwFsCDXvBBgLQKbC2fILPqTGKY//7VqL N/r/UjT8AoonN+ycsh+XVDrukE4yDU+3MEiJY2v9wUBSJaCZ/LdSE0I/L/vVsnaBdbvNRk lnQVkH6XSikBZSYtMRANV4YyxvzOZDzbBC5Qep4nOrZppOJ0lqGNsmVvRaf8dpap6KKw06 mTxPaIC2fMGRwkItWLCwObP5s9T9/XLC0D7fuIYiiRvYLul4QHabXokjVH9lZVq8hfDyna jyDLnpvb5Gwcn+l6ZSjHU9e/UEba+iVqZq0oUktuPF9bOleNg0eSSmrjS8X3uw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Weijie Yuan To: Yahya Toubali Cc: Jonathan Corbet , Shuah Khan , Mark Pearson , "Derek J. Clark" , Armin Wolf , "open list:DOCUMENTATION" , open list , "open list:LENOVO drivers" Subject: Re: [PATCH 4/5] Documentation: fix spelling typos Message-ID: References: <20260718151913.1892547-1-yahya@yahyatoubali.me> <20260718151913.1892547-4-yahya@yahyatoubali.me> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260718151913.1892547-4-yahya@yahyatoubali.me> X-Migadu-Flow: FLOW_OUT On Sat, Jul 18, 2026 at 04:19:10PM +0100, Yahya Toubali wrote: > Fix 'Minumum' -> 'Minimum' in lenovo-wmi-other.rst and 'maintainance' -> 'maintenance' in housekeeping.rst. > > Signed-off-by: Yahya Toubali Hi Yahya, It's better to wrap your commit message to ~72 columns. See: https://docs.kernel.org/process/submitting-patches.html#subject-line Thanks.