From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Remco Verhoef <remco@dutchcoders.io>
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] staging: rtl8188eu: fix indentation error
Date: Mon, 15 May 2017 12:50:20 +0200 [thread overview]
Message-ID: <20170515105020.GA23590@kroah.com> (raw)
In-Reply-To: <20170513013944.86237-1-remco@dutchcoders.io>
On Fri, May 12, 2017 at 06:39:44PM -0700, Remco Verhoef wrote:
> Fixes a 'code indent should use tabs where possible' checkpatch code
> style error by changing whitespace into tabs.
>
> Signed-off-by: Remco Verhoef <remco@dutchcoders.io>
> ---
> Changes in v2:
> - More expressive commit message and subject
>
> drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c b/drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c
> index d9fa290..636f445 100644
> --- a/drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c
> +++ b/drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c
> @@ -58,7 +58,7 @@ static void process_link_qual(struct adapter *padapter,
> }
>
> void rtl8188e_process_phy_info(struct adapter *padapter,
> - struct recv_frame *precvframe)
> + struct recv_frame *precvframe)
Try putting this right under the other "struct" string, to line things
up better.
thanks,
greg k-h
next prev parent reply other threads:[~2017-05-15 10:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-10 0:07 [PATCH] staging: rtl8188eu: Fix one coding style problem Remco Verhoef
2017-05-12 9:08 ` Greg Kroah-Hartman
2017-05-13 1:39 ` [PATCH v2] staging: rtl8188eu: fix indentation error Remco Verhoef
2017-05-15 10:50 ` Greg Kroah-Hartman [this message]
2017-05-15 20:37 ` [PATCH v3] " Remco Verhoef
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=20170515105020.GA23590@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devel@driverdev.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=remco@dutchcoders.io \
/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
Powered by JetHome