Re: [PATCH] s390/crypto: make cca_public_sec and cca_token_hdr const

2017-08-09 Thread Bhumika Goyal
On Wed, Aug 9, 2017 at 11:22 AM, Heiko Carstens wrote: > On Sun, Aug 06, 2017 at 11:22:27AM +0530, Bhumika Goyal wrote: >> Declare cca_public_sec and cca_token_hdr structures as const as they are >> only used during copy operations. >> >> Signed-off-by: Bhumika Goyal

Re: [PATCH] s390/crypto: make cca_public_sec and cca_token_hdr const

2017-08-09 Thread Bhumika Goyal
On Wed, Aug 9, 2017 at 11:22 AM, Heiko Carstens wrote: > On Sun, Aug 06, 2017 at 11:22:27AM +0530, Bhumika Goyal wrote: >> Declare cca_public_sec and cca_token_hdr structures as const as they are >> only used during copy operations. >> >> Signed-off-by: Bhumika Goyal >> --- >>

Re: [PATCH] s390/crypto: make cca_public_sec and cca_token_hdr const

2017-08-08 Thread Heiko Carstens
On Sun, Aug 06, 2017 at 11:22:27AM +0530, Bhumika Goyal wrote: > Declare cca_public_sec and cca_token_hdr structures as const as they are > only used during copy operations. > > Signed-off-by: Bhumika Goyal > --- > drivers/s390/crypto/zcrypt_cca_key.h | 6 +++--- > 1 file

Re: [PATCH] s390/crypto: make cca_public_sec and cca_token_hdr const

2017-08-08 Thread Heiko Carstens
On Sun, Aug 06, 2017 at 11:22:27AM +0530, Bhumika Goyal wrote: > Declare cca_public_sec and cca_token_hdr structures as const as they are > only used during copy operations. > > Signed-off-by: Bhumika Goyal > --- > drivers/s390/crypto/zcrypt_cca_key.h | 6 +++--- > 1 file changed, 3

[PATCH] s390/crypto: make cca_public_sec and cca_token_hdr const

2017-08-05 Thread Bhumika Goyal
Declare cca_public_sec and cca_token_hdr structures as const as they are only used during copy operations. Signed-off-by: Bhumika Goyal --- drivers/s390/crypto/zcrypt_cca_key.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] s390/crypto: make cca_public_sec and cca_token_hdr const

2017-08-05 Thread Bhumika Goyal
Declare cca_public_sec and cca_token_hdr structures as const as they are only used during copy operations. Signed-off-by: Bhumika Goyal --- drivers/s390/crypto/zcrypt_cca_key.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/s390/crypto/zcrypt_cca_key.h