Jan Kiszka wrote:
> Gleb Natapov wrote:
>> +    switch (type) {
>> +    case SVM_EXITINTINFO_TYPE_NMI:
>> +            svm->vcpu.arch.nmi_injected = true;
>> +            break;
>> +    case SVM_EXITINTINFO_TYPE_EXEPT:
>> +            if (exitintinfo & SVM_EXITINTINFO_VALID_ERR) {
>> +                    u32 err = svm->vmcb->control.exit_int_info_err;
>> +                    kvm_queue_exception_e(&svm->vcpu, vector, err);
>> +                                    
> 
> stgit remarked "trailing whitespace". checkpatch.pl would probably do
> so, too. :)
> 
> And there is another one in patch 14.

Sorry, the latter one was due to /me using the old version.

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to