All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: Sebastian Hahn <snsehahn@cip.cs.fau.de>
Cc: gregkh@linuxfoundation.org,
	Jennifer.Naumann@informatik.stud.uni-erlangen.de,
	standby24x7@gmail.com, Julia.Lawall@lip6.fr, jkosina@suse.cz,
	joe@perches.com, yongjun_wei@trendmicro.com.cn,
	adam.buchbinder@gmail.com, amwang@redhat.com,
	justinmattock@gmail.com, wfp5p@virginia.edu,
	jim.cromie@gmail.com, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org,
	linux-kernel@i4.informatik.uni-erlangen.de
Subject: Re: [PATCH 3/6] staging/rtl8192u: indent with tabs, not spaces
Date: Thu, 6 Dec 2012 10:01:31 +0300	[thread overview]
Message-ID: <20121206070131.GL22569@mwanda> (raw)
In-Reply-To: <1354740023-30849-4-git-send-email-snsehahn@cip.cs.fau.de>

On Wed, Dec 05, 2012 at 09:40:20PM +0100, Sebastian Hahn wrote:
> Converted staging/rtl8187se to use tabs instead of spaces for
> indentation to fix the checkpatch error "code indent should use tabs
> where possible".
> 
> Signed-off-by: Sebastian Hahn <snsehahn@cip.cs.fau.de>
> ---
>  drivers/staging/rtl8192u/ieee80211/ieee80211.h     |   14 +-
>  drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c  |  370 ++++++++++----------
>  .../staging/rtl8192u/ieee80211/ieee80211_softmac.c |    4 +-
>  drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c  |   14 +-
>  drivers/staging/rtl8192u/ieee80211/rtl_crypto.h    |   84 ++---
>  drivers/staging/rtl8192u/r8180_93cx6.c             |    2 +-
>  drivers/staging/rtl8192u/r8180_93cx6.c.bak         |  146 ++++++++

You merged a .c.bak file into the kernel.

>  drivers/staging/rtl8192u/r8180_pm.h                |    2 +-
>  drivers/staging/rtl8192u/r8192U.h                  |  198 +++++------
>  drivers/staging/rtl8192u/r8192U_core.c             |   42 +--
>  10 files changed, 511 insertions(+), 365 deletions(-)

regards,
dan carpenter

  reply	other threads:[~2012-12-06  7:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-05 20:40 [PATCH 0/6] staging:rtl8192u: begin cleanup of some checkpatch errors Sebastian Hahn
2012-12-05 20:40 ` [PATCH 1/6] staging/rtl8192u: cleanfile run Sebastian Hahn
2012-12-05 20:40 ` [PATCH 2/6] staging/rtl8192u: put { on same line as struct Sebastian Hahn
2012-12-05 20:40 ` [PATCH 3/6] staging/rtl8192u: indent with tabs, not spaces Sebastian Hahn
2012-12-06  7:01   ` Dan Carpenter [this message]
2012-12-06 11:23     ` [PATCH 3/6 v2] " Sebastian Hahn
2012-12-06 12:55       ` devendra.aaru
2012-12-05 20:40 ` [PATCH 4/6] staging/rtl8192u: don't init globals to 0 or NULL Sebastian Hahn
2012-12-05 20:40 ` [PATCH 5/6] staging/rtl8192u: use same indent for switch and case Sebastian Hahn
2012-12-05 20:40 ` [PATCH 6/6] staging/rtl8192u: do not init statics to 0 Sebastian Hahn
2012-12-14 17:00 ` [PATCH 0/6] staging:rtl8192u: begin cleanup of some checkpatch errors Jennifer Naumann
2012-12-14 16:58   ` Dan Carpenter
2012-12-14 23:31     ` Jennifer Naumann

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=20121206070131.GL22569@mwanda \
    --to=dan.carpenter@oracle.com \
    --cc=Jennifer.Naumann@informatik.stud.uni-erlangen.de \
    --cc=Julia.Lawall@lip6.fr \
    --cc=adam.buchbinder@gmail.com \
    --cc=amwang@redhat.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jim.cromie@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=joe@perches.com \
    --cc=justinmattock@gmail.com \
    --cc=linux-kernel@i4.informatik.uni-erlangen.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=snsehahn@cip.cs.fau.de \
    --cc=standby24x7@gmail.com \
    --cc=wfp5p@virginia.edu \
    --cc=yongjun_wei@trendmicro.com.cn \
    /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.