keys: Be more consistent in selection of union members used
authorInsu Yun <wuninsu@gmail.com>
Wed, 21 Oct 2015 13:04:47 +0000 (14:04 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 21 Oct 2015 14:18:35 +0000 (15:18 +0100)
commit27720e75a7a1597252a81dadcd178331c83af861
treef31843c1176e9eb3dfdba8cbab910b3460dd6260
parent48dbc164b40dd9195dea8cd966e394819e420b64
keys: Be more consistent in selection of union members used

key->description and key->index_key.description are same because
they are unioned. But, for readability, using same name for
duplication and validation seems better.

Signed-off-by: Insu Yun <wuninsu@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
security/keys/key.c