projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cea6b3
)
crypto: proc - Removing some useless only space lines
author
Corentin Labbe
<clabbe@baylibre.com>
Thu, 17 Sep 2020 18:59:36 +0000
(18:59 +0000)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 25 Sep 2020 07:48:15 +0000
(17:48 +1000)
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>
crypto/proc.c
patch
|
blob
|
blame
|
history
diff --git
a/crypto/proc.c
b/crypto/proc.c
index 08d8c2bc7e62d6354ec2b03a059b9b77d58cd897..12fccb9c520528e68227a979503b91ef0989e1a8 100644
(file)
--- a/
crypto/proc.c
+++ b/
crypto/proc.c
@@
-36,7
+36,7
@@
static void c_stop(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);
-
+
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));
@@
-59,7
+59,7
@@
static int c_show(struct seq_file *m, void *p)
alg->cra_type->show(m, alg);
goto out;
}
-
+
switch (alg->cra_flags & CRYPTO_ALG_TYPE_MASK) {
case CRYPTO_ALG_TYPE_CIPHER:
seq_printf(m, "type : cipher\n");