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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A33AC433FE for ; Wed, 20 Apr 2022 10:58:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352491AbiDTLAn (ORCPT ); Wed, 20 Apr 2022 07:00:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351910AbiDTLAl (ORCPT ); Wed, 20 Apr 2022 07:00:41 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2107B344E8 for ; Wed, 20 Apr 2022 03:57:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1650452274; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=v6/dCRQTvN7OCrvR2+2G8Gzp/UxSEBYxyF7On5Tf+zk=; b=Z3H8lmXhwRWT5XXCRL5bnKMuFek1VxnAk5KbbJ4ZEqudmOz3lqu0viBQJmtUUh/0azakH7 Y02LYkQNaf5dFBe4jFJI9iLzmpoA4BB0vPO5mlbP5pKaTTB2J8uvCU9K/nwBL5bK3xU41w lA6YqiaZqiQAEIseZcmpUMZCbVYyVUo= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-617-p29IOCP5MpSD7RGlpmPEAw-1; Wed, 20 Apr 2022 06:57:52 -0400 X-MC-Unique: p29IOCP5MpSD7RGlpmPEAw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9BA581014A60; Wed, 20 Apr 2022 10:57:52 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id 77E5341136E0; Wed, 20 Apr 2022 10:57:52 +0000 (UTC) From: Paolo Bonzini To: Tom Rix Cc: pbonzini@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] KVM: clean up comments Date: Wed, 20 Apr 2022 06:57:24 -0400 Message-Id: <20220420105723.1145095-1-pbonzini@redhat.com> In-Reply-To: <20220410153840.55506-1-trix@redhat.com> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.11.54.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Queued with a slightly edited commit message: KVM: SPDX style and spelling fixes SPDX comments use use /* */ style comments in headers anad // style comments in .c files. Also fix two spelling mistakes. Signed-off-by: Tom Rix Message-Id: <20220410153840.55506-1-trix@redhat.com> Signed-off-by: Paolo Bonzini Thanks, Paolo