ssb: gpio: Fix alignment of comment
authorShubhankar Kuranagatti <shubhankarvk@gmail.com>
Wed, 28 Apr 2021 16:07:47 +0000 (21:37 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 15 Jun 2021 10:09:06 +0000 (13:09 +0300)
The closing */ has been shifted to a new line
This is done to maintain code uniformity.

Acked-by: Michael Büsch <m@bues.ch>
Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210428160747.qy23g6zpmheiacpl@kewl-virtual-machine
drivers/ssb/driver_gpio.c

index 66a76fd..2de3896 100644 (file)
@@ -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