From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72EB5C4BA35 for ; Thu, 27 Feb 2020 01:35:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 44D4624650 for ; Thu, 27 Feb 2020 01:35:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728217AbgB0Bfd convert rfc822-to-8bit (ORCPT ); Wed, 26 Feb 2020 20:35:33 -0500 Received: from szxga08-in.huawei.com ([45.249.212.255]:51084 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727964AbgB0Bfd (ORCPT ); Wed, 26 Feb 2020 20:35:33 -0500 Received: from DGGEMM405-HUB.china.huawei.com (unknown [172.30.72.57]) by Forcepoint Email with ESMTP id 9C57E219A9E64BA3F2FD; Thu, 27 Feb 2020 09:35:30 +0800 (CST) Received: from dggeme704-chm.china.huawei.com (10.1.199.100) by DGGEMM405-HUB.china.huawei.com (10.3.20.213) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 27 Feb 2020 09:35:30 +0800 Received: from dggeme753-chm.china.huawei.com (10.3.19.99) by dggeme704-chm.china.huawei.com (10.1.199.100) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Thu, 27 Feb 2020 09:35:30 +0800 Received: from dggeme753-chm.china.huawei.com ([10.7.64.70]) by dggeme753-chm.china.huawei.com ([10.7.64.70]) with mapi id 15.01.1713.004; Thu, 27 Feb 2020 09:35:30 +0800 From: linmiaohe To: Sean Christopherson CC: Vitaly Kuznetsov , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "x86@kernel.org" , "pbonzini@redhat.com" , "rkrcmar@redhat.com" , "wanpengli@tencent.com" , "jmattson@google.com" , "joro@8bytes.org" , "tglx@linutronix.de" , "mingo@redhat.com" , "bp@alien8.de" , "hpa@zytor.com" Subject: Re: [PATCH] KVM: Fix some obsolete comments Thread-Topic: [PATCH] KVM: Fix some obsolete comments Thread-Index: AdXtDdM9eK2cvv6aTVeXyFgaCiJkyg== Date: Thu, 27 Feb 2020 01:35:29 +0000 Message-ID: Accept-Language: en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.173.221.158] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sean Christopherson wrote: >On Wed, Feb 26, 2020 at 01:48:28AM +0000, linmiaohe wrote: >> Vitaly Kuznetsov writes: >> >linmiaohe writes: >> >> throws >> >> - * #UD or #GP. >> >> + * #UD, #GP or #SS. >> > >> >Oxford comma, anyone? :-))) >> >> I have no strong preference. ^_^ > >I'm also a fan of the Oxford comma when it comes to describing code. So there are two votes for Oxford comma.:) Will do. Thanks.