From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 15 Nov 2012 18:22:11 -0600 Subject: [U-Boot] [U-Boot,1/3] nand: Clean up nand_util In-Reply-To: <1708288193.587453.1352146546966.JavaMail.root@advansee.com> References: <1708288193.587453.1352146546966.JavaMail.root@advansee.com> Message-ID: <20121116002211.GA6746@buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Nov 05, 2012 at 10:15:46AM -0000, =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau_=3Cbenoit=2Ethebaudeau=40advans?==?utf-8?q?ee=2Ecom=3E?= wrote: > This patch cleans up nand_util.c: > - Fix tabs. > - Fix typos. > - Remove space character before opening parenthesis in function calls. > - Fix comments. > > Signed-off-by: Beno?t Th?baudeau > Cc: Scott Wood > > --- > .../drivers/mtd/nand/nand_util.c | 64 ++++++++++---------- > 1 file changed, 32 insertions(+), 32 deletions(-) Applied to u-boot-nand-flash -Scott