mtd: rawnand: davinci: break the line correctly
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 7 Oct 2024 12:23:49 +0000 (14:23 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 21 Oct 2024 09:24:33 +0000 (11:24 +0200)
commitded621161b02a7dbee39e82863334301ffd731e5
treedd60c8a8ce36c614070486f0326d7044b8c3c9fa
parent03dbf1c9fe32c051c3e96034e196cc1054602451
mtd: rawnand: davinci: break the line correctly

The line in nand_davinci_get_pdata() prototype is broken in a weird and
unreadable way. Make it consistent with the rest of the code.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20241007122350.75285-2-brgl@bgdev.pl
drivers/mtd/nand/raw/davinci_nand.c