mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
crypto: proc - Removing some useless only space lines
Some line got only spaces, remove them Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
3cea6b36a4
commit
fde2f57c2f
@ -36,7 +36,7 @@ static void c_stop(struct seq_file *m, void *p)
|
|||||||
static int c_show(struct seq_file *m, void *p)
|
static int c_show(struct seq_file *m, void *p)
|
||||||
{
|
{
|
||||||
struct crypto_alg *alg = list_entry(p, struct crypto_alg, cra_list);
|
struct crypto_alg *alg = list_entry(p, struct crypto_alg, cra_list);
|
||||||
|
|
||||||
seq_printf(m, "name : %s\n", alg->cra_name);
|
seq_printf(m, "name : %s\n", alg->cra_name);
|
||||||
seq_printf(m, "driver : %s\n", alg->cra_driver_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, "module : %s\n", module_name(alg->cra_module));
|
||||||
@ -59,7 +59,7 @@ static int c_show(struct seq_file *m, void *p)
|
|||||||
alg->cra_type->show(m, alg);
|
alg->cra_type->show(m, alg);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (alg->cra_flags & CRYPTO_ALG_TYPE_MASK) {
|
switch (alg->cra_flags & CRYPTO_ALG_TYPE_MASK) {
|
||||||
case CRYPTO_ALG_TYPE_CIPHER:
|
case CRYPTO_ALG_TYPE_CIPHER:
|
||||||
seq_printf(m, "type : cipher\n");
|
seq_printf(m, "type : cipher\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user