From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XQuUR-0008L3-5e for linux-mtd@lists.infradead.org; Mon, 08 Sep 2014 08:39:59 +0000 Date: Mon, 8 Sep 2014 01:39:20 -0700 From: Josh Triplett To: Masahiro Yamada Subject: Re: [PATCH 7/7] mtd: denali: fix indentations and other trivial things Message-ID: <20140908083920.GD5361@thin> References: <1410163813-31783-1-git-send-email-yamada.m@jp.panasonic.com> <1410163813-31783-8-git-send-email-yamada.m@jp.panasonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410163813-31783-8-git-send-email-yamada.m@jp.panasonic.com> Cc: Jiri Kosina , Huang Shijie , linux-kernel@vger.kernel.org, Rashika Kheria , linux-mtd@lists.infradead.org, "grmoore@altera.com" , Brian Norris , David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Sep 08, 2014 at 05:10:13PM +0900, Masahiro Yamada wrote: > @@ -406,9 +404,9 @@ static void get_hynix_nand_para(struct denali_nand_info *denali, > break; > default: > dev_warn(denali->dev, > - "Spectra: Unknown Hynix NAND (Device ID: 0x%x)." > - "Will use default parameter values instead.\n", > - device_id); > + "Spectra: Unknown Hynix NAND (Device ID: 0x%x)." > + "Will use default parameter values instead.\n", > + device_id); Please join quoted strings into a single line. > - pr_err("Your NAND chip OOB is not large enough to \ > - contain 8bit ECC correction codes"); > + pr_err("Your NAND chip OOB is not large enough to " > + "contain 8bit ECC correction codes"); Likewise. - Josh Triplett