Skip to content

Commit 5615eb5

Browse files
SShubh123Kalle Valo
authored andcommitted
ssb: gpio: Fix alignment of comment
The closing */ has been shifted to a new line This is done to maintain code uniformity. Acked-by: Michael Büsch <[email protected]> Signed-off-by: Shubhankar Kuranagatti <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/20210428160747.qy23g6zpmheiacpl@kewl-virtual-machine
1 parent 01de6fe commit 5615eb5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

drivers/ssb/driver_gpio.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ static int ssb_gpio_chipco_init(struct ssb_bus *bus)
231231
chip->ngpio = 16;
232232
/* There is just one SoC in one device and its GPIO addresses should be
233233
* deterministic to address them more easily. The other buses could get
234-
* a random base number. */
234+
* a random base number.
235+
*/
235236
if (bus->bustype == SSB_BUSTYPE_SSB)
236237
chip->base = 0;
237238
else
@@ -424,7 +425,8 @@ static int ssb_gpio_extif_init(struct ssb_bus *bus)
424425
chip->ngpio = 5;
425426
/* There is just one SoC in one device and its GPIO addresses should be
426427
* deterministic to address them more easily. The other buses could get
427-
* a random base number. */
428+
* a random base number.
429+
*/
428430
if (bus->bustype == SSB_BUSTYPE_SSB)
429431
chip->base = 0;
430432
else

0 commit comments

Comments
 (0)