From: Haneen Mohammed <hamohammed.sa@gmail.com>
To: Julia Lawall <julia.lawall@lip6.fr>, outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH 2/2] Staging: iio: Remove space before tabs
Date: Thu, 26 Feb 2015 23:35:55 +0300 [thread overview]
Message-ID: <20150226203555.GA3584@example.com> (raw)
In-Reply-To: <alpine.DEB.2.10.1502261714390.2776@hadrien>
On Thu, Feb 26, 2015 at 05:15:00PM +0100, Julia Lawall wrote:
> On Thu, 26 Feb 2015, Haneen Mohammed wrote:
>
> > This patch removes space before tabs addressing checkpatch.pl warning.
> >
> > Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
> > ---
> > drivers/iio/accel/mma8452.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c
> > index 221c9d2..fcfa0a6 100644
> > --- a/drivers/iio/accel/mma8452.c
> > +++ b/drivers/iio/accel/mma8452.c
> > @@ -116,7 +116,7 @@ static const int mma8452_samp_freq[8][2] = {
> > * Hardware has fullscale of -2G, -4G, -8G corresponding to raw value -2048
> > * The userspace interface uses m/s^2 and we declare micro units
> > * So scale factor is given by:
> > - * g * N * 1000000 / 2048 for N = 2, 4, 8 and g=9.80665
> > + * g * N * 1000000 / 2048 for N = 2, 4, 8 and g=9.80665
>
> It's a comment. The original text was more readable.
>
> julia
>
yes, I shouldn't have followed checkpatch script blindly! thanks.
> > */
> > static const int mma8452_scales[3][2] = {
> > {0, 9577}, {0, 19154}, {0, 38307}
> > --
> > 1.9.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/1424965153-8759-1-git-send-email-hamohammed.sa%40gmail.com.
> > For more options, visit https://groups.google.com/d/optout.
> >
prev parent reply other threads:[~2015-02-26 20:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-26 15:39 [PATCH 2/2] Staging: iio: Remove space before tabs Haneen Mohammed
2015-02-26 16:15 ` [Outreachy kernel] " Julia Lawall
2015-02-26 20:35 ` Haneen Mohammed [this message]
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=20150226203555.GA3584@example.com \
--to=hamohammed.sa@gmail.com \
--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.