From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: linux-fbdev@vger.kernel.org
Subject: Re: [PATCH] staging: sm750fb: ddk750_chip: use consistent spacing
Date: Tue, 14 Jul 2015 13:20:19 +0000 [thread overview]
Message-ID: <20150714130819.GA18186@sudip-PC> (raw)
In-Reply-To: <1436854857-12622-1-git-send-email-shshahu@gmail.com>
On Tue, Jul 14, 2015 at 11:50:57AM +0530, Sunil Shahu wrote:
> Remove all checkpatch error by using consistent spacing.
>
> Signed-off-by: Sunil Shahu <shshahu@gmail.com>
> ---
<snip>
> /* round step */
> - M += (fl_quo*X % 10000)>5000?1:0;
> + M += (fl_quo*X % 10000) > 5000 ? 1 : 0;
you missed the spacing around this '*'.
regards
sudip
prev parent reply other threads:[~2015-07-14 13:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-14 6:32 [PATCH] staging: sm750fb: ddk750_chip: use consistent spacing Sunil Shahu
2015-07-14 13:20 ` Sudip Mukherjee [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=20150714130819.GA18186@sudip-PC \
--to=sudipm.mukherjee@gmail.com \
--cc=linux-fbdev@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).