From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 329981A2AB1 for ; Sat, 24 Oct 2015 00:55:04 +1100 (AEDT) Subject: Re: [PATCH v6 26/37] cxlflash: Correct spelling, grammar, and alignment mistakes To: "Matthew R. Ochs" , linux-scsi@vger.kernel.org, James Bottomley , "Nicholas A. Bellinger" , Brian King , Ian Munsie , Daniel Axtens , Andrew Donnellan , David Laight References: <1445458134-63197-1-git-send-email-mrochs@linux.vnet.ibm.com> <1445458506-58210-1-git-send-email-mrochs@linux.vnet.ibm.com> Cc: Michael Neuling , "Manoj N. Kumar" , linuxppc-dev@lists.ozlabs.org From: Tomas Henzl Message-ID: <562A3C32.5010103@redhat.com> Date: Fri, 23 Oct 2015 15:54:58 +0200 MIME-Version: 1.0 In-Reply-To: <1445458506-58210-1-git-send-email-mrochs@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 21.10.2015 22:15, Matthew R. Ochs wrote: > There are several spelling and grammar mistakes throughout the > driver. Additionally there are a handful of places where there > are extra lines and unnecessary variables/statements. These are > a nuisance and pollute the driver. > > Fix spelling and grammar issues. Update some comments for clarity and > consistency. Remove extra lines and a few unneeded variables/statements. > > Signed-off-by: Matthew R. Ochs > Signed-off-by: Manoj N. Kumar > Reviewed-by: Brian King > Reviewed-by: Andrew Donnellan Reviewed-by: Tomas Henzl Tomas