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 5FC63C433EF for ; Mon, 16 May 2022 10:28:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242807AbiEPK2m (ORCPT ); Mon, 16 May 2022 06:28:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242726AbiEPK16 (ORCPT ); Mon, 16 May 2022 06:27:58 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DCCC012AC5 for ; Mon, 16 May 2022 03:27:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652696876; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=jEKNjp1P7D9YxpTD7CYOS6MoXv5rSpuabq3cNsxhUao=; b=GnNQ+NA7TL6ZfwccIZJqS7ml8CleeJTi1oHq7COjN9Qn7WHaXsqZv8FPYLIQjTsXYVRwnP 5ZjW/ec2Fnk3i7iK8ZYza0Q3OyNRYFyEmSBCTBREM+E0kl+5U2qVYPnhQHYbu00FKXD6UM hF2cD49y8zji6biOitO2PKlhvDB9a5A= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-224-Dlggz11DP4eIOszFBV7D2Q-1; Mon, 16 May 2022 06:27:55 -0400 X-MC-Unique: Dlggz11DP4eIOszFBV7D2Q-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 49E1329ABA10; Mon, 16 May 2022 10:27:55 +0000 (UTC) Received: from localhost (unknown [10.39.193.113]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 03837401474; Mon, 16 May 2022 10:27:54 +0000 (UTC) From: Cornelia Huck To: Thomas Huth , Alex Williamson , kvm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] include/uapi/linux/vfio.h: Fix trivial typo - _IORW should be _IOWR instead In-Reply-To: <20220516101202.88373-1-thuth@redhat.com> Organization: Red Hat GmbH References: <20220516101202.88373-1-thuth@redhat.com> User-Agent: Notmuch/0.34 (https://notmuchmail.org) Date: Mon, 16 May 2022 12:27:53 +0200 Message-ID: <87o7zxojpy.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 16 2022, Thomas Huth wrote: > There is no macro called _IORW, so use _IOWR in the comment instead. > > Signed-off-by: Thomas Huth > --- > include/uapi/linux/vfio.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Cornelia Huck