mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: ebiederm@xmission.com (Eric W. Biederman)
To: Richard Hartmann <richih.mailinglist@gmail.com>
Cc: linux-crypto@vger.kernel.org,
	Herbert Xu <herbert@gondor.apana.org.au>,
	"David S. Miller" <davem@davemloft.net>,
	Benjamin Gilbert <bgilbert@cs.cmu.edu>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 05/19] crypto: proc - Fix checkpatch errors
Date: Thu, 18 Feb 2010 17:48:14 -0800	[thread overview]
Message-ID: <m1d402t2qp.fsf@fess.ebiederm.org> (raw)
In-Reply-To: <1266538925-3245-1-git-send-email-richih.mailinglist@gmail.com> (Richard Hartmann's message of "Fri\, 19 Feb 2010 01\:22\:03 +0100")

Richard Hartmann <richih.mailinglist@gmail.com> writes:

>  	seq_printf(m, "name         : %s\n", alg->cra_name);
>  	seq_printf(m, "driver       : %s\n", alg->cra_driver_name);
>  	seq_printf(m, "module       : %s\n", module_name(alg->cra_module));
>  	seq_printf(m, "priority     : %d\n", alg->cra_priority);
>  	seq_printf(m, "refcnt       : %d\n", atomic_read(&alg->cra_refcnt));
>  	seq_printf(m, "selftest     : %s\n",
> -		   (alg->cra_flags & CRYPTO_ALG_TESTED) ?
> -		   "passed" : "unknown");
> +	           (alg->cra_flags & CRYPTO_ALG_TESTED) ?
> +	           "passed" : "unknown");

Why did you replaced a tab with spaces here??


Eric

  reply	other threads:[~2010-02-19  1:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-19  0:22 Richard Hartmann
2010-02-19  1:48 ` Eric W. Biederman [this message]
2010-02-19 10:10   ` Richard Hartmann
2010-02-19 12:17     ` Herbert Xu
2010-02-19 16:35       ` Richard Hartmann
2010-02-20  0:46         ` Herbert Xu
2010-02-20  1:59           ` Richard Hartmann
2010-02-20  2:48             ` Herbert Xu
2010-02-20 10:26               ` Richard Hartmann
2010-02-20 13:12                 ` Herbert Xu

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=m1d402t2qp.fsf@fess.ebiederm.org \
    --to=ebiederm@xmission.com \
    --cc=bgilbert@cs.cmu.edu \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richih.mailinglist@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome