All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: Matteo Semenzato <mattew8898@gmail.com>
Cc: gregkh@linuxfoundation.org, oat.elena@gmail.com,
	andriy.shevchenko@linux.intel.com, hejianet@gmail.com,
	tapaswenipathak@gmail.com, cengelma@gmx.at,
	larry.finger@lwfinger.net, abelmoyo.ab@gmail.com,
	kristina.martsenko@gmail.com, standby24x7@gmail.com,
	sudipm.mukherjee@gmail.com, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Staging: rtl8188eu: fix coding style errors
Date: Mon, 2 Mar 2015 11:02:27 +0300	[thread overview]
Message-ID: <20150302080227.GA5386@mwanda> (raw)
In-Reply-To: <1425055449-7742-1-git-send-email-mattew8898@gmail.com>

On Fri, Feb 27, 2015 at 05:44:09PM +0100, Matteo Semenzato wrote:
> diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw_efuse.c
> index 8816d11..c31fdbc 100644
> --- a/drivers/staging/rtl8188eu/core/rtw_efuse.c
> +++ b/drivers/staging/rtl8188eu/core/rtw_efuse.c
> @@ -31,7 +31,7 @@
>  
>  enum{
>  		VOLTAGE_V25						= 0x03,
> -		LDOE25_SHIFT						= 28 ,
> +		LDOE25_SHIFT						= 28,

Those doesn't need to be a million spaces before the '=' character.

regards,
dan carpenter


      parent reply	other threads:[~2015-03-02  8:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-27 16:44 [PATCH] Staging: rtl8188eu: fix coding style errors Matteo Semenzato
2015-02-27 16:53 ` Greg KH
2015-02-27 16:58 ` Larry Finger
2015-03-02  8:46   ` Dan Carpenter
2015-03-02 12:35     ` Sudip Mukherjee
2015-03-02  8:02 ` Dan Carpenter [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=20150302080227.GA5386@mwanda \
    --to=dan.carpenter@oracle.com \
    --cc=abelmoyo.ab@gmail.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=cengelma@gmx.at \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hejianet@gmail.com \
    --cc=kristina.martsenko@gmail.com \
    --cc=larry.finger@lwfinger.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mattew8898@gmail.com \
    --cc=oat.elena@gmail.com \
    --cc=standby24x7@gmail.com \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=tapaswenipathak@gmail.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.