From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Juston Li <juston.h.li@gmail.com>
Cc: teddy.wang@siliconmotion.com, gregkh@linuxfoundation.org,
linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] staging: sm750fb: use tabs for indentation
Date: Sat, 20 Jun 2015 10:57:05 +0000 [thread overview]
Message-ID: <20150620104505.GB29626@sudip-PC> (raw)
In-Reply-To: <1434790115-21683-1-git-send-email-juston.h.li@gmail.com>
On Sat, Jun 20, 2015 at 01:48:32AM -0700, Juston Li wrote:
> Replace spaces with tabs for indentation to fix the checkpatch.pl error
> ERROR: code indent should use tabs where possible
> WARNING: please, no spaces at the start of a line
>
> Signed-off-by: Juston Li <juston.h.li@gmail.com>
> ---
<snip>
> diff --git a/drivers/staging/sm750fb/ddk750_sii164.c b/drivers/staging/sm750fb/ddk750_sii164.c
> index b6395b8..c09748c 100644
> --- a/drivers/staging/sm750fb/ddk750_sii164.c
> +++ b/drivers/staging/sm750fb/ddk750_sii164.c
<snip>
>
> @@ -279,27 +279,25 @@ char *sii164GetChipString(void)
> * Input:
> * powerUp - Flag to set the power down or up
> */
> -void sii164SetPower(
> - unsigned char powerUp
> -)
> +void sii164SetPower(unsigned char powerUp)
is it that same patch again? different kind of change should go in a separate patch.
regards
sudip
--
To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
next prev parent reply other threads:[~2015-06-20 10:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-20 8:45 [PATCH 0/4] staging: sm750fb: checkpatch.pl fixes Juston Li
2015-06-20 8:48 ` [PATCH 1/4] staging: sm750fb: use tabs for indentation Juston Li
2015-06-20 10:57 ` Sudip Mukherjee [this message]
2015-06-20 15:40 ` Juston Li
2015-06-20 8:48 ` [PATCH 2/4] staging: sm750fb: fix spacing issues Juston Li
2015-06-20 10:59 ` Sudip Mukherjee
2015-06-20 8:48 ` [PATCH 3/4] staging: sm750fb: fix brace placement Juston Li
2015-06-20 8:48 ` [PATCH 4/4] staging: sm750fb: add missing blank line after declarations Juston Li
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=20150620104505.GB29626@sudip-PC \
--to=sudipm.mukherjee@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=juston.h.li@gmail.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=teddy.wang@siliconmotion.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 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).