From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 2A5512BEC2E for ; Sat, 25 Apr 2026 20:28:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777148897; cv=none; b=oF++A53+a57VU4oLh6wKpVTJRnN3Dw2Z/778sySSd565m+0M0b3bCX6FExVqk/k018/B8USPqwyjscjCy/Y8vgRwKWgbMFDQkptzhli1zVraDLncuQ2OONdeoQCzjoN+R5p3y4AU9bQQ7r/CjUem73uon3/h+B4SaNP0pDiRbPw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777148897; c=relaxed/simple; bh=tjvPfjbROPBvw6rAaxQpJrii5pUIxOpyQlmOpdZqq7I=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=Y2080E7of78WGHpnb08dDA9XzKuJhQ+mXbGDyA/uLHUYR72S1JdsN0oczSu/C7ZdCg6J2ujRj6bfwZE2rOAsbu4MOeFXS6I2kfN++V+pTwnKa7LqmFcuP6PmDiCO/qY8+X/DaTuD1oYMA74qAba78vkVMrDBYDWej1krnTnZ6ys= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=1/0cODAo; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="1/0cODAo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9930EC2BCB3; Sat, 25 Apr 2026 20:28:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1777148896; bh=tjvPfjbROPBvw6rAaxQpJrii5pUIxOpyQlmOpdZqq7I=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=1/0cODAoDbE4vTDXBzOUKTPjjzktqr4YX3YePEQo85f1hapBeNO8HnYWHHFDsvNYv vcn2DUM1EeMzcbzFWhCE4FUvN1gULekpsF6fwb9H6zL0kcWJOci7ZftYBuX/maqIwD 0ShhCq+hF/bm7xInGEjF8L9lkXNWm2Gb/EE7Wyio= Date: Sat, 25 Apr 2026 13:28:16 -0700 From: Andrew Morton To: Josh Law Cc: linux-kernel@vger.kernel.org, Josh Law Subject: Re: [PATCH] lib/inflate: fix grammar in comment: "variable" to "variables" Message-Id: <20260425132816.e85c98192ab6f77c307985eb@linux-foundation.org> In-Reply-To: <20260306161707.2812005-1-objecting@objecting.org> References: <20260306161707.2812005-1-objecting@objecting.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 6 Mar 2026 16:17:07 +0000 Josh Law wrote: > Fix "all variable" to "all variables" in the file header comment. > > ... > > --- a/lib/inflate.c > +++ b/lib/inflate.c > @@ -9,7 +9,7 @@ > * based on gzip-1.0.3 > * > * Nicolas Pitre , 1999/04/14 : > - * Little mods for all variable to reside either into rodata or bss segments > + * Little mods for all variables to reside either into rodata or bss segments Well, if we're going to mess with this: Little mods for all variables to reside in either the rodata or the bss segments > * by marking constant variables with 'const' and initializing all the others > * at run-time only. This allows for the kernel uncompressor to run > * directly from Flash or ROM memory on embedded systems. > -- > 2.43.0