From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WnG4K-0000ue-Gz for linux-mtd@lists.infradead.org; Wed, 21 May 2014 23:37:09 +0000 Received: by mail-pa0-f52.google.com with SMTP id fa1so1858990pad.25 for ; Wed, 21 May 2014 16:36:47 -0700 (PDT) Date: Wed, 21 May 2014 16:36:44 -0700 From: Brian Norris To: Ted Juan Subject: Re: [PATCH] mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error Message-ID: <20140521233644.GJ22233@ld-irv-0074> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: "linux-mtd@lists.infradead.org" , "Gupta, Pekon" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, May 16, 2014 at 05:38:51PM +0800, Ted Juan wrote: > The patch is mirror issue that the for-loop use the same variable. > > > Signed-off-by: ted.juan Please fix your whitespace and line wrapping. I cannot apply your patch: Applying: mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error fatal: corrupt patch at line 10 Patch failed at 0001 mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error The copy of the patch that failed is found in: /home/norris/git/l2-mtd/.git/rebase-apply/patch When you have resolved this problem, run "git am --resolved". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". Brian