Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1413700
| From | Hugh Sipière <hgsipiere@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] drivers: ssb: Fix comments to suit coding style |
| Date | 2016-06-04 13:40 +0200 |
| Message-ID | <rGi5Q-8on-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
I changed it so that these two comments do not end on a line with text. Signed-off-by: Hugh Sipière <hgsipiere@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 180e027..f2435f3 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.5.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] drivers: ssb: Fix comments to suit coding style Hugh Sipière <hgsipiere@gmail.com> - 2016-06-04 13:40 +0200 Re: [PATCH] drivers: ssb: Fix comments to suit coding style Michael Büsch <m@bues.ch> - 2016-06-04 14:00 +0200
csiph-web