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-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html