Commit 5615eb58 authored by Shubhankar Kuranagatti's avatar Shubhankar Kuranagatti Committed by Kalle Valo
Browse files

ssb: gpio: Fix alignment of comment



The closing */ has been shifted to a new line
This is done to maintain code uniformity.

Acked-by: default avatarMichael Büsch <m@bues.ch>
Signed-off-by: default avatarShubhankar Kuranagatti <shubhankarvk@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210428160747.qy23g6zpmheiacpl@kewl-virtual-machine
parent 01de6fe4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -231,7 +231,8 @@ static int ssb_gpio_chipco_init(struct ssb_bus *bus)
	chip->ngpio		= 16;
	/* There is just one SoC in one device and its GPIO addresses should be
	 * deterministic to address them more easily. The other buses could get
	 * a random base number. */
	 * a random base number.
	 */
	if (bus->bustype == SSB_BUSTYPE_SSB)
		chip->base		= 0;
	else
@@ -424,7 +425,8 @@ static int ssb_gpio_extif_init(struct ssb_bus *bus)
	chip->ngpio		= 5;
	/* There is just one SoC in one device and its GPIO addresses should be
	 * deterministic to address them more easily. The other buses could get
	 * a random base number. */
	 * a random base number.
	 */
	if (bus->bustype == SSB_BUSTYPE_SSB)
		chip->base		= 0;
	else