Re: [PATCH][next] mtd: lpddr: Remove space before newline
From: Dan Carpenter
Date: Thu Jul 31 2025 - 11:58:59 EST
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;