diff options
author | Jason Wang <[email protected]> | 2021-12-20 11:02:43 +0800 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-02-02 20:31:25 +1100 |
commit | 8e0f353a44ff3d65d933b8c0e4fb15dc89d46617 (patch) | |
tree | bb45e4b53694aed6c43ce5162b3086c48397e4e4 /lib/crypto/mpi | |
parent | faf01aef0570757bfbf1d655e984742c1dd38068 (diff) |
powerpc/kvm: no need to initialise statics to 0
Static variables do not need to be initialised to 0, because compiler
will initialise all uninitialised statics to 0. Thus, remove the
unneeded initialization.
Signed-off-by: Jason Wang <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/crypto/mpi')
0 files changed, 0 insertions, 0 deletions