Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Shubhankar Kuranagatti and committed by
Kalle Valo
5615eb58 01de6fe4

+4 -2
+4 -2
drivers/ssb/driver_gpio.c
··· 231 231 chip->ngpio = 16; 232 232 /* There is just one SoC in one device and its GPIO addresses should be 233 233 * deterministic to address them more easily. The other buses could get 234 - * a random base number. */ 234 + * a random base number. 235 + */ 235 236 if (bus->bustype == SSB_BUSTYPE_SSB) 236 237 chip->base = 0; 237 238 else ··· 425 424 chip->ngpio = 5; 426 425 /* There is just one SoC in one device and its GPIO addresses should be 427 426 * deterministic to address them more easily. The other buses could get 428 - * a random base number. */ 427 + * a random base number. 428 + */ 429 429 if (bus->bustype == SSB_BUSTYPE_SSB) 430 430 chip->base = 0; 431 431 else