mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Remco Verhoef <remco@dutchcoders.io>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Cc: Remco Verhoef <remco@dutchcoders.io>
Subject: [PATCH v2] staging: rtl8188eu: fix indentation error
Date: Fri, 12 May 2017 18:39:44 -0700	[thread overview]
Message-ID: <20170513013944.86237-1-remco@dutchcoders.io> (raw)
In-Reply-To: <20170512090811.GD26599@kroah.com>

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)
 {
 	/*  Check RSSI */
 	process_rssi(padapter, precvframe);
-- 
1.9.1

  reply	other threads:[~2017-05-13  1:40 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   ` Remco Verhoef [this message]
2017-05-15 10:50     ` [PATCH v2] staging: rtl8188eu: fix indentation error Greg Kroah-Hartman
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=20170513013944.86237-1-remco@dutchcoders.io \
    --to=remco@dutchcoders.io \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@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

all inboxes | Powered by JetHome®