Skip to content

Commit

Permalink
[CRYPTO] api: Constify function pointer tables
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Engelhardt <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Jan Engelhardt authored and herbertx committed Apr 21, 2008
1 parent 744b5a2 commit 48c8949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 48c8949

Please sign in to comment.