Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48c8949e authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Herbert Xu
Browse files

[CRYPTO] api: Constify function pointer tables

parent 744b5a28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ static int c_show(struct seq_file *m, void *p)
	return 0;
}

static struct seq_operations crypto_seq_ops = {
static const struct seq_operations crypto_seq_ops = {
	.start		= c_start,
	.next		= c_next,
	.stop		= c_stop,