projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d66bf80
)
s390/zcrypt: make CPRBX const
author
Bhumika Goyal
<bhumirks@gmail.com>
Fri, 25 Aug 2017 13:10:29 +0000
(18:40 +0530)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Tue, 29 Aug 2017 14:31:25 +0000
(16:31 +0200)
Make this const as it is only used in a copy operation.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/crypto/zcrypt_msgtype6.c
patch
|
blob
|
history
diff --git
a/drivers/s390/crypto/zcrypt_msgtype6.c
b/drivers/s390/crypto/zcrypt_msgtype6.c
index
4fddb43
..
afd20ce
100644
(file)
--- a/
drivers/s390/crypto/zcrypt_msgtype6.c
+++ b/
drivers/s390/crypto/zcrypt_msgtype6.c
@@
-140,7
+140,7
@@
struct function_and_rules_block {
* + 0x000A 'MRP ' (MCL3 'PK' or CEX2C 'PK')
* - VUD block
*/
-static struct CPRBX static_cprbx = {
+static
const
struct CPRBX static_cprbx = {
.cprb_len = 0x00DC,
.cprb_ver_id = 0x02,
.func_id = {0x54, 0x32},