From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Thu, 28 Jul 2011 17:03:33 +0000 Subject: Re: [PATCH 0/6] adjust array index Message-Id: <1311872613.10042.12.camel@Joe-Laptop> List-Id: References: <1311857165-14780-1-git-send-email-julia@diku.dk> In-Reply-To: <1311857165-14780-1-git-send-email-julia@diku.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org On Thu, 2011-07-28 at 14:46 +0200, Julia Lawall wrote: > These patches fix cases where the upper bound of a loop is used as an array > index, while it appears that the loop index should be used as the array > index. Good one.