Re: [PATCH 7/7] mtd: denali: fix indentations and other trivial things

From: Josh Triplett
Date: Mon Sep 08 2014 - 04:39:40 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/