mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Arushi Singhal <arushisinghal19971997@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: devel@driverdev.osuosl.org, florian.c.schilhabel@googlemail.com,
	gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
	Arushi Singhal <arushisinghal19971997@gmail.com>,
	Larry.Finger@lwfinger.net
Subject: [PATCH v2 1/6] staging: rtl8712: Fixed 'tabstop' coding style warning
Date: Sat,  3 Mar 2018 11:02:31 +0530	[thread overview]
Message-ID: <1520055156-8388-2-git-send-email-arushisinghal19971997@gmail.com> (raw)
In-Reply-To: <1520055156-8388-1-git-send-email-arushisinghal19971997@gmail.com>

Replace a mix of tabs and spaces indentation by tabs only.

Fixed checkpatch warning "Statements should start on a tabstop".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
---
 drivers/staging/rtl8712/drv_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
index ae79047..ede99e9 100644
--- a/drivers/staging/rtl8712/drv_types.h
+++ b/drivers/staging/rtl8712/drv_types.h
@@ -161,7 +161,7 @@ struct _adapter {
 	u8	EepromAddressSize;
 	u8	hw_init_completed;
 	struct task_struct *cmdThread;
-	 pid_t evtThread;
+	pid_t evtThread;
 	struct task_struct *xmitThread;
 	pid_t recvThread;
 	uint (*dvobj_init)(struct _adapter *adapter);
-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  reply	other threads:[~2018-03-03  5:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-03  5:32 [PATCH v2 0/6] staging: rtl8712: fix coding style issues Arushi Singhal
2018-03-03  5:32 ` Arushi Singhal [this message]
2018-03-03  5:32 ` [PATCH v2 2/6] staging: rtl8712: match alignment with open parenthesis Arushi Singhal
2018-03-03  5:32 ` [PATCH v2 3/6] staging: rtl8712: Remove multiple blank line(s) Arushi Singhal
2018-03-03  5:32 ` [PATCH v2 4/6] staging: rtl8712: Added spaces around '+' Arushi Singhal
2018-03-03  5:32 ` [PATCH v2 5/6] staging: rtl8712: Add spaces around '|' Arushi Singhal
2018-03-03  5:32 ` [PATCH v2 6/6] staging: rtl8712: remove unnecessary parentheses Arushi Singhal
2018-03-03  7:32 ` [Outreachy kernel] [PATCH v2 0/6] staging: rtl8712: fix coding style issues Julia Lawall

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=1520055156-8388-2-git-send-email-arushisinghal19971997@gmail.com \
    --to=arushisinghal19971997@gmail.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=florian.c.schilhabel@googlemail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=outreachy-kernel@googlegroups.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

all inboxes | Powered by JetHome®