Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1497509
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Staging:greybus:arche-apb-ctrl: fix trailing */ Block comments and 80 character line limit coding style issue |
| Date | 2016-10-07 22:40 +0200 |
| Message-ID | <spK5X-5Ff-11@gated-at.bofh.it> (permalink) |
| References | <spJWi-5BJ-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 2016-10-07 at 13:23 -0700, Nadim Almas wrote: > Fixed coding style issue > diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c [] > @@ -168,7 +168,10 @@ static int standby_boot_seq(struct platform_device *pdev) > if (apb->init_disabled) > return 0; > > - /* Even if it is in OFF state, then we do not want to change the state */ > + /* > + *Even if it is in OFF state, > + *then we do not want to change the state > + */ block comments use a space after the leading * /* * Even if it is in the OFF state, * then we do not want to change the state */
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] Staging:greybus:arche-apb-ctrl: fix trailing */ Block comments and 80 character line limit coding style issue Nadim Almas <nadim.902@gmail.com> - 2016-10-07 22:30 +0200 Re: [PATCH] Staging:greybus:arche-apb-ctrl: fix trailing */ Block comments and 80 character line limit coding style issue Joe Perches <joe@perches.com> - 2016-10-07 22:40 +0200
csiph-web