[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d7f12483-4710-4c6d-bd9f-1abcdecc9b36@suswa.mountain>
Date: Thu, 31 Jul 2025 18:58:42 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Colin Ian King <colin.i.king@...il.com>
Cc: Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
linux-mtd@...ts.infradead.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] mtd: lpddr: Remove space before newline
On Thu, Jul 31, 2025 at 10:52:47AM +0100, Colin Ian King wrote:
> @@ -321,7 +321,7 @@ static int chip_ready(struct map_info *map, struct flchip *chip, int mode)
> /* Resume and pretend we weren't here. */
> put_chip(map, chip);
> printk(KERN_ERR "%s: suspend operation failed."
> - "State may be wrong \n", map->name);
> + "State may be wrong\n", map->name);
Not related to your patch, but ideally there would be a space after
the period.
regards,
dan carpenter
> return -EIO;
> }
> chip->erase_suspended = 1;
Powered by blists - more mailing lists