Re: [PATCH 05/19] crypto: proc - Fix checkpatch errors

From: Eric W. Biederman
Date: Thu Feb 18 2010 - 20:48:26 EST


Richard Hartmann <richih.mailinglist@xxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/