From: Ioannis Valasakis <code@wizofe.uk>
To: Julia Lawall <julia.lawall@lip6.fr>
Cc: outreachy-kernel@googlegroups.com, gregkh@linuxfoundation.org
Subject: Re: [Outreachy kernel] [PATCH] staging: greybus: remove unmatched right bracket
Date: Sun, 4 Nov 2018 12:01:07 +0000 [thread overview]
Message-ID: <20181104120107.GA12077@kvasir.local> (raw)
In-Reply-To: <alpine.DEB.2.21.1811040726060.2448@hadrien>
On Sun, Nov 04, 2018 at 07:27:27AM +0100, Julia Lawall wrote:
>
>
> On Sun, 4 Nov 2018, Ioannis Valasakis wrote:
>
> > Remove unmatched right bracket.
> > Reported by uncrustify.
> >
> > Signed-off-by: Ioannis Valasakis <code@wizofe.uk>
>
> Acked-by: Julia Lawall <julia.lawall@lip6.fr>
>
> I wondered how such a problem could go unnoticed, but this file seems to
> have a lot of other compilation problems that could perhaps also be fixed
> up.
Weird indeed. I was wondering myself after compiling the modules but I
noticed that camera isn't compile by running a make. Could you let me
know how did you find out the compilation problems, i.e. how did you try
compiling camera.c, so that I can replicate?
thanks
ioannis
>
> julia
>
> > ---
> > drivers/staging/greybus/camera.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c
> > index 6dded10f4155..c6d65430ea4c 100644
> > --- a/drivers/staging/greybus/camera.c
> > +++ b/drivers/staging/greybus/camera.c
> > @@ -1190,7 +1190,6 @@ static int gb_camera_debugfs_init(struct gb_camera *gcam)
> > debugfs_create_file(entry->name, entry->mask,
> > gcam->debugfs.root, gcam,
> > &gb_camera_debugfs_ops);
> > - }
> > }
> >
> > return 0;
> > --
> > 2.19.1
> >
> >
> > --
> > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> > To post to this group, send email to outreachy-kernel@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20181104020212.GA18914%40kvasir.local.
> > For more options, visit https://groups.google.com/d/optout.
> >
next prev parent reply other threads:[~2018-11-04 12:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-04 2:02 [PATCH] staging: greybus: remove unmatched right bracket Ioannis Valasakis
2018-11-04 6:27 ` [Outreachy kernel] " Julia Lawall
2018-11-04 12:01 ` Ioannis Valasakis [this message]
2018-11-04 12:03 ` Julia Lawall
2018-11-04 12:08 ` Ioannis Valasakis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181104120107.GA12077@kvasir.local \
--to=code@wizofe.uk \
--cc=gregkh@linuxfoundation.org \
--cc=julia.lawall@lip6.fr \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.