Received: by 10.192.165.148 with SMTP id m20csp4444825imm; Tue, 8 May 2018 08:33:29 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqKXCGRIGuY6+etadbnlHInju2lzSYdG92qNXv0WEbVbaw44Q65hDyCctuomVq9j+H+jjoG X-Received: by 10.98.133.15 with SMTP id u15mr40212341pfd.160.1525793609422; Tue, 08 May 2018 08:33:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525793609; cv=none; d=google.com; s=arc-20160816; b=DFMqfH9ZjaxoQFghlpjKco17Q2M8QP+s8Sg9SO7mgotrND/cqBzbKNYox2N4LfAoF6 eCXZS73ORGlvDui4NvoJjR9aemi/ujWrUokt0C1HG9Z8i7zH9WA2nI1doxrEzB7+LssV oo05F/ekDyH4jVc9xQKkyOe8zPlchkQMmPf63PX0UkZw5d0DLVxDqY7Lc+Ss01MHuTSi tonQN4cUOkREJBoaX7AtEVqkdTFbwZy3yPK3UtbDP5pglWRaG2iaCuMIBT4H3uHGRnmV TmkbJBu7yb6hwLPR3+x3KJjP4C5kHQTYi/LApIEoiYHGfTMjLFsVrb4cPJIA6zvADJzQ Xj+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=49M9OsvTqlzH8jQxjS/mZemJSjFbEXYlSfDLT3U/qUk=; b=jSj5L+aTkMNfWKXAzMs7FmrSVMFFblhkfhwTjXA7iGGo9qoYuN4Tl3xXMaQAL696o4 Vu4lNbwG13ZuIA8ON9XQ6njXdvxfHVDvXn6EONlKH4E8ji4k1EUOlQFEpoqsZ7/ABKxd iWOsZQ81xMdby6S+U21REFZyLLGUeo7perFkM+b63zNSbgncgBDUau1JbF77XXGV1BmJ GpVA/a/b6Hw0WG+/rKpIggM598esNtMT9bbF2FvYjbhZV2QjaA2L0QqV6PNEBvYt24Wf xteMmlQVkPHhC5RxmKcxiREsWfCgxH/fHI1CPwCCEF4SWqA8mMgwk3hiZumzBppfC4S/ OUUA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v2-v6si25333656plo.138.2018.05.08.08.33.15; Tue, 08 May 2018 08:33:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932482AbeEHPRN (ORCPT + 99 others); Tue, 8 May 2018 11:17:13 -0400 Received: from ms.lwn.net ([45.79.88.28]:35524 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754632AbeEHPRM (ORCPT ); Tue, 8 May 2018 11:17:12 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 20C5A2DD; Tue, 8 May 2018 15:17:11 +0000 (UTC) Date: Tue, 8 May 2018 09:17:08 -0600 From: Jonathan Corbet To: "dongbo (E)" Cc: , , , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] vfio: fix documentation Message-ID: <20180508091708.7e8ed88c@lwn.net> In-Reply-To: References: Organization: LWN.net X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 7 May 2018 11:02:10 +0800 "dongbo (E)" wrote: > Update vfio_add_group_dev description to match the current API. > > Signed-off-by: Dong Bo Applied, thanks. jon