Commit 392a532
x86: kvm: x86: Remove unnecessary initial values of variables
bitmap and khz is assigned first, so it does not need to initialize the
assignment.
Signed-off-by: Li zeming <zeming@nfschina.com>
Link: https://lore.kernel.org/r/20230817002631.2885-1-zeming@nfschina.com
Signed-off-by: Sean Christopherson <seanjc@google.com>1 parent 7b0151c commit 392a532
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6512 | 6512 | | |
6513 | 6513 | | |
6514 | 6514 | | |
6515 | | - | |
| 6515 | + | |
6516 | 6516 | | |
6517 | 6517 | | |
6518 | 6518 | | |
| |||
9146 | 9146 | | |
9147 | 9147 | | |
9148 | 9148 | | |
9149 | | - | |
| 9149 | + | |
9150 | 9150 | | |
9151 | 9151 | | |
9152 | 9152 | | |
| |||
0 commit comments