From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E5D1F199B9; Fri, 10 May 2024 17:56:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715363772; cv=none; b=Don3beZCKXplYeyJOeAMBrY8y6Eb0Z1Zmi/+ZLb04Vp6r2tkPgJNxW7bEUMibgJbPi3pHep/MzkfzUgaa7eidbzd2vyBvbdel3LVB4JxGnb3H8a6R0JemSWjNVXYDbxUSHZ7Y5K8j0y0T/lrk37ompp9EgYVgwOilzhWGMpoYK4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715363772; c=relaxed/simple; bh=cue48BDlRusS3Iy/MlTn98/USIiO39fLjrbxsAxixQ0=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=VW/oBBsk9Ohx9rrHtQ9w2Cc0PrrRv48583ePsV4+dj2Res5tMrTlTwm1GxSiDym8Wji/KdiSPOAc76NX88EKZjHdNXymBNjpGvNTuvS6OIG8PqHWfhZBzF8qaLkYKRgETMNteUB55PXk6Fy+kA+ckX9XnXmHygaDEDEeHgivhJk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=cnHFoHnm; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="cnHFoHnm" Received: from [192.168.49.54] (c-73-118-245-227.hsd1.wa.comcast.net [73.118.245.227]) by linux.microsoft.com (Postfix) with ESMTPSA id 7D836209122A; Fri, 10 May 2024 10:56:10 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 7D836209122A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1715363770; bh=xmPsBmG0MtWTWMPACua6uWLBycHnXSypEXgsfIjpL4Q=; h=Date:Subject:To:References:From:In-Reply-To:From; b=cnHFoHnm7TCe7I5MKziDNmP8eLNUrav9WOHKtfkcsS2zME7EwLwTyQHW/n0XdUZ1D auuEEXG/uoBpyW8BG6DzTaSeUIvjAQDLIf4Z0+zSsZvJbbP/25fGp89RFey3sXwdJK Un7DI1chzJWYDIaXIh6oaww4QZf0ItYEpxm6S4EA= Message-ID: Date: Fri, 10 May 2024 10:56:09 -0700 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/2] Documentation: hyperv: Update spelling and fix typo To: mhklinux@outlook.com, haiyangz@microsoft.com, wei.liu@kernel.org, decui@microsoft.com, kys@microsoft.com, corbet@lwn.net, linux-kernel@vger.kernel.org, linux-hyperv@vger.kernel.org, linux-doc@vger.kernel.org References: <20240507131607.367571-1-mhklinux@outlook.com> Content-Language: en-CA From: Easwar Hariharan In-Reply-To: <20240507131607.367571-1-mhklinux@outlook.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 5/7/2024 6:16 AM, mhkelley58@gmail.com wrote: > From: Michael Kelley > > Update spelling from "VMbus" to "VMBus" to match Hyper-V product > documentation. Also correct typo: "SNP-SEV" should be "SEV-SNP". > > Signed-off-by: Michael Kelley > --- > Documentation/virt/hyperv/overview.rst | 22 +++---- > Documentation/virt/hyperv/vmbus.rst | 82 +++++++++++++------------- > 2 files changed, 52 insertions(+), 52 deletions(-) > Looks good to me, FWIW: Reviewed-by: Easwar Hariharan