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=-13.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 7ED1FC433E2 for ; Fri, 11 Sep 2020 17:06:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 388DD221E7 for ; Fri, 11 Sep 2020 17:06:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="iWwTYCoa" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726299AbgIKRG3 (ORCPT ); Fri, 11 Sep 2020 13:06:29 -0400 Received: from hqnvemgate24.nvidia.com ([216.228.121.143]:18158 "EHLO hqnvemgate24.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725710AbgIKRGE (ORCPT ); Fri, 11 Sep 2020 13:06:04 -0400 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate24.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Fri, 11 Sep 2020 10:03:45 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Fri, 11 Sep 2020 10:06:02 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Fri, 11 Sep 2020 10:06:02 -0700 Received: from [10.40.102.132] (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Fri, 11 Sep 2020 17:05:58 +0000 Subject: Re: [PATCH] vfio: Fix typo of the device_state To: Zenghui Yu , , CC: , , References: <20200910122508.705-1-yuzenghui@huawei.com> X-Nvconfidentiality: public From: Kirti Wankhede Message-ID: Date: Fri, 11 Sep 2020 22:35:55 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200910122508.705-1-yuzenghui@huawei.com> X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL101.nvidia.com (172.20.187.10) To HQMAIL107.nvidia.com (172.20.187.13) Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1599843825; bh=oAdnjCgE6+iYbbPbrmUM/+4Dh3xpWufH9eNFtbxYdtk=; h=X-PGP-Universal:Subject:To:CC:References:X-Nvconfidentiality:From: Message-ID:Date:User-Agent:MIME-Version:In-Reply-To: X-Originating-IP:X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=iWwTYCoa6SupNAGECYzBpnTpMiOnQuJZIJhj90bZdB0EIWwy47+WUZc2XBsWWgUm6 mkSWRtC78bnVfWGkSwqPUfNeQqc+OSd7Ce6bLUgshO686Qmrk8faSifJxd5BE5ebzH VOK8a8RjFvx0WsfH/J4fcJQ720OzZ90lgqmF0B7i9K+etHMiiyox75/uv1ZdcAlBWV IYSh12exnFQeUqiBUBOuxFishSY2t6uAqUUHjcXjnsHBdxhfEfYOoCjEXOEdgaDsjj XQ3D7k5AK6NjqXLcX2c+kwIh520Y9kBYVYhVid+n/h5wcn5P4k4l2Qfp3GhtcFxPII 27dVWdBiGZieg== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ops. Thanks for fixing it. Reviewed-by: Kirti Wankhede On 9/10/2020 5:55 PM, Zenghui Yu wrote: > A typo fix ("_RUNNNG" => "_RUNNING") in comment block of the uapi header. > > Signed-off-by: Zenghui Yu > --- > include/uapi/linux/vfio.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h > index 920470502329..d4bd39e124bf 100644 > --- a/include/uapi/linux/vfio.h > +++ b/include/uapi/linux/vfio.h > @@ -462,7 +462,7 @@ struct vfio_region_gfx_edid { > * 5. Resumed > * |--------->| > * > - * 0. Default state of VFIO device is _RUNNNG when the user application starts. > + * 0. Default state of VFIO device is _RUNNING when the user application starts. > * 1. During normal shutdown of the user application, the user application may > * optionally change the VFIO device state from _RUNNING to _STOP. This > * transition is optional. The vendor driver must support this transition but >