Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1491780
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] greybus: manifest: style fix missing space before '(' |
| Date | 2016-09-27 11:40 +0200 |
| Message-ID | <slX1M-7Mm-5@gated-at.bofh.it> (permalink) |
| References | <slWS6-7Jg-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Sep 27, 2016 at 2:50 PM, Quentin Lambert
<lambert.quentin@gmail.com> wrote:
> Checkpatch printed a style ERROR concerning a missing space befire '('.
> This patch fix this issue.
>
> Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com>
> ---
> drivers/staging/greybus/manifest.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/staging/greybus/manifest.c
> +++ b/drivers/staging/greybus/manifest.c
> @@ -11,7 +11,7 @@
>
> static const char *get_descriptor_type_string(u8 type)
> {
> - switch(type) {
> + switch (type) {
> case GREYBUS_TYPE_INVALID:
> return "invalid";
> case GREYBUS_TYPE_STRING:
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] greybus: manifest: style fix missing space before '(' Quentin Lambert <lambert.quentin@gmail.com> - 2016-09-27 11:30 +0200
Re: [PATCH] greybus: manifest: style fix missing space before '(' Viresh Kumar <viresh.kumar@linaro.org> - 2016-09-27 11:40 +0200
Re: [PATCH] greybus: manifest: style fix missing space before '(' Viresh Kumar <viresh.kumar@linaro.org> - 2016-09-27 11:40 +0200
Re: [PATCH] greybus: manifest: style fix missing space before '(' Quentin Lambert <lambert.quentin@gmail.com> - 2016-09-27 11:40 +0200
Re: [PATCH] greybus: manifest: style fix missing space before '(' Dan Carpenter <dan.carpenter@oracle.com> - 2016-09-27 11:50 +0200
[PATCH v2] greybus: manifest: style fix missing space before '(' Quentin Lambert <lambert.quentin@gmail.com> - 2016-09-27 11:50 +0200
csiph-web