[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <m1d402t2qp.fsf@fess.ebiederm.org>
Date: Thu, 18 Feb 2010 17:48:14 -0800
From: ebiederm@...ssion.com (Eric W. Biederman)
To: Richard Hartmann <richih.mailinglist@...il.com>
Cc: linux-crypto@...r.kernel.org,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
Benjamin Gilbert <bgilbert@...cmu.edu>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 05/19] crypto: proc - Fix checkpatch errors
Richard Hartmann <richih.mailinglist@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists