]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: zorro_esp: Restore devm_ioremap() alignment
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 08:51:38 +0000 (09:51 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 13 Feb 2020 03:56:47 +0000 (22:56 -0500)
commitca417a8fe0c2d6f2ca6b1d999e2b10131ab8702a
tree4a6ec51b75d01133062eba36afafc08ef32e1e25
parent7241a1804a2496192927d1f3e736c61bad88a85a
scsi: zorro_esp: Restore devm_ioremap() alignment

Restore alignment of the continuations of the ioremap() calls in
zorro_esp_probe().  Join lines where all parameters can fit on a single
line.

Link: https://lore.kernel.org/r/20200212085138.10009-1-geert+renesas@glider.be
Fixes: 8e28e67b87823b06 ("remove ioremap_nocache and devm_ioremap_nocache")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/zorro_esp.c