提交 8b94dd9e 编写于 作者: B Bhumika Goyal 提交者: Martin Schwidefsky

s390/zcrypt: make CPRBX const

Make this const as it is only used in a copy operation.
Signed-off-by: NBhumika Goyal <bhumirks@gmail.com>
Signed-off-by: NHarald Freudenberger <freude@linux.vnet.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 d66bf801
...@@ -140,7 +140,7 @@ struct function_and_rules_block { ...@@ -140,7 +140,7 @@ struct function_and_rules_block {
* + 0x000A 'MRP ' (MCL3 'PK' or CEX2C 'PK') * + 0x000A 'MRP ' (MCL3 'PK' or CEX2C 'PK')
* - VUD block * - VUD block
*/ */
static struct CPRBX static_cprbx = { static const struct CPRBX static_cprbx = {
.cprb_len = 0x00DC, .cprb_len = 0x00DC,
.cprb_ver_id = 0x02, .cprb_ver_id = 0x02,
.func_id = {0x54, 0x32}, .func_id = {0x54, 0x32},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册