From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E3ADD296BCE for ; Wed, 13 Aug 2025 17:48:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755107297; cv=none; b=Hiq781cqMd6ocWz2YkGJ9uo4Ws04s20/Li04Wmp5XZBW9A+l42/q6w8xaMtt8fbFBUN49EWF0IAupjpVe06TYZf9Va9/jVvWhdT0gUSdfmfW3CJ0L7ApA8q5zxBCQ3kzrXeSZ3gIUHlZoSYVAzNeO+WqhRyydO4enztmhK1Mk2A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755107297; c=relaxed/simple; bh=t5lSA6nKiMR3E1kI5QFkQD2u7ryrd49eosyt53kLnio=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=u7iVtYTdtjjEKjhN+U6A55W4ugyu+JY/uBORwwJ+Uo4JcLW42i/CPRPrR0ZG8IlGCqCCASpaelADw+H4oqZActIQNEsC3N4mM6Pv8fkva2uqfFW4vOmcVwBjjSMpg5lHFz2DM9jIEFcYXMJGw3g+o1px/QMyvklQHcSXJgWoyN4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=uXeCFrUC; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="uXeCFrUC" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=DRAQ0C1Hyq1GkALVW/K/qHwTuWG3xsoWi585SpljGp0=; b=uXeCFrUCiF7yXXamFrQWANEvff 6I0FAbOh+dMHxYX9n+Pf9Vy+mZvFqn39PB6M+YySawLfxVmizkQJP6lNe/FmqmrJ4HafkgsUMIS2V QZhpp2t7gCAzK2kilhWC457PmGJnuOcysv4wPoRqoqYyHicjA5FBupjEJf1IMVJSTTvuWBMyVBZlG xM9SebJ/tP/NpVgDkLoWMzeCuyM4RR4sfQfwaeoRurcmuwXz5czn/x7Qqv3bsVIz+di2aIv0Dh4tk wGyi2uUhk+L2hsEe0bO4CgIwHFMNplUCKyJlkZvk+4z7f8xgZNopn9FgVoYMLmbkgZgKlTc1E7hrn sfUfYVCg==; Received: from [50.53.25.54] (helo=[192.168.254.17]) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1umFa9-0000000Ec7U-3Ekw; Wed, 13 Aug 2025 17:48:13 +0000 Message-ID: <970be4df-e010-4ba2-b2e9-c2c24b8742ef@infradead.org> Date: Wed, 13 Aug 2025 10:48:13 -0700 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] [PATCH] Documentation/kernel_hacking: Fix minor typo in hacking.rst To: rakuram , linux-doc@vger.kernel.org Cc: linux-kernel-mentees@lists.linuxfoundation.org, skhan@linuxfoundation.org, corbet@lwn.net, ukleinek@kernel.org References: <20250813174326.6544-1-rakuram.e96@gmail.com> Content-Language: en-US From: Randy Dunlap In-Reply-To: <20250813174326.6544-1-rakuram.e96@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 8/13/25 10:43 AM, rakuram wrote: > fixed the following typo in 'Documentation/kernel-hacking/hacking.rst' > compatability --> compatibility > > Signed-off-by: rakuram Hi, Please see the previous such patch attempt here: https://lore.kernel.org/linux-doc/87jz6ckeux.fsf@trenco.lwn.net/ Thanks. > --- > Documentation/kernel-hacking/hacking.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst > index 0042776a9e17..22b880add846 100644 > --- a/Documentation/kernel-hacking/hacking.rst > +++ b/Documentation/kernel-hacking/hacking.rst > @@ -794,7 +794,7 @@ Some favorites from browsing the source. Feel free to add to this list. > ``arch/sparc/kernel/head.S:``:: > > /* > - * Sun people can't spell worth damn. "compatability" indeed. > + * Sun people can't spell worth damn. "compatibility" indeed. > * At least we *know* we can't spell, and use a spell-checker. > */ > -- ~Randy