linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] drivers: ssb: driver_gpio.c: Fix alignment of comment
@ 2021-04-28 16:07 Shubhankar Kuranagatti
  2021-06-15 10:09 ` [v2] ssb: gpio: " Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Shubhankar Kuranagatti @ 2021-04-28 16:07 UTC (permalink / raw)
  To: m; +Cc: linux-wireless, linux-kernel

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>
---
 drivers/ssb/driver_gpio.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/ssb/driver_gpio.c b/drivers/ssb/driver_gpio.c
index 66a76fd83248..2de3896489c8 100644
--- a/drivers/ssb/driver_gpio.c
+++ b/drivers/ssb/driver_gpio.c
@@ -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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [v2] ssb: gpio: Fix alignment of comment
  2021-04-28 16:07 [PATCH v2] drivers: ssb: driver_gpio.c: Fix alignment of comment Shubhankar Kuranagatti
@ 2021-06-15 10:09 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2021-06-15 10:09 UTC (permalink / raw)
  To: Shubhankar Kuranagatti; +Cc: m, linux-wireless, linux-kernel

Shubhankar Kuranagatti <shubhankarvk@gmail.com> wrote:

> 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>

Patch applied to wireless-drivers-next.git, thanks.

5615eb58b238 ssb: gpio: Fix alignment of comment

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20210428160747.qy23g6zpmheiacpl@kewl-virtual-machine/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-15 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28 16:07 [PATCH v2] drivers: ssb: driver_gpio.c: Fix alignment of comment Shubhankar Kuranagatti
2021-06-15 10:09 ` [v2] ssb: gpio: " Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).