Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp61392imm; Tue, 17 Jul 2018 20:50:36 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeGq0I5aM/xZHMue3e9xaYcSEfMKAPNL927sSlLAIDq54RMPVffk7lbV/Laa2WirolJsPTp X-Received: by 2002:a65:44c3:: with SMTP id g3-v6mr4132962pgs.231.1531885836698; Tue, 17 Jul 2018 20:50:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531885836; cv=none; d=google.com; s=arc-20160816; b=T5eF+aEG/51cAXRdZGcJzJJ4jwM9bqn6Kbf+6sdQxGkgB2cfDyODJo/01+BhsapfCX nDOwhurS7Bw8hdoxB0kN96yVz7hA/w9UlPi4fkM2TGQCjz72Stk53jwtXZ79jzzrRfXL 9VRDcwpgxPRkx/LbBLC+MLJbVv5i4acP4S2GDBP7abkAfHZlVBl4W5Eg4XXdmwDtPBbX Gak0PalUkltZNSPVlahn1NvYTQ4+Dhyqmb+evR4ss9xPxjW1zLp7a3yOpWNylGGvcDi0 6oAv1cuZYjdPGrt82m4cJh/mKW/UPZOqrOVZ2f8viByzIFrQpLgnaLNvRhaI4KIdrTh9 qsNA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=0nJjNXl3ZIeo7wUzqEa7ui8qGhdiyTOIu3tbinRBrQw=; b=sgCo3gVJ2BJ2tn9qZDROEJtQ6spTdwodT8iFrA8G6+vSytDX3Fjrpf6X3zVweE7npi /5OHFPeA70qqENuM22h25vGWw/SXrhF4bhBUj1FX0mzgGDpfesnkrmPq3zvnZhaeTy2X vsEjaUZZCHCOL08H8nMPebLKX1by582wU8U7PNypj8Ea55CPOohrUO4IZQae03d2xnJZ +02d46JBtXxP9YrXDDJtQ3tpb7a44xCB3XiXrcFqwGY7TXk/xGyChlNIaoyK28tyuFkA qCdvqFBrGKuW3Y9EJIWKT3Vy95CJKkwySsXMcf/yfukG5bjVwse0Gsc7H+xUlZj1oCJh DMxA== 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 z6-v6si2102870plk.361.2018.07.17.20.50.20; Tue, 17 Jul 2018 20:50:36 -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 S1726233AbeGREZf (ORCPT + 99 others); Wed, 18 Jul 2018 00:25:35 -0400 Received: from nautica.notk.org ([91.121.71.147]:34509 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726078AbeGREZe (ORCPT ); Wed, 18 Jul 2018 00:25:34 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id 34063C009; Wed, 18 Jul 2018 05:49:46 +0200 (CEST) Date: Wed, 18 Jul 2018 05:49:31 +0200 From: Dominique Martinet To: piaojun Cc: Eric Van Hensbergen , Ron Minnich , Latchesar Ionkov , Linux Kernel Mailing List , v9fs-developer@lists.sourceforge.net, "akpm@linux-foundation.org" Subject: Re: [PATCH] net/9p/trans_virtio.c: fix some spell mistakes in comments Message-ID: <20180718034931.GA27247@nautica> References: <5B4EB7D9.9010108@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5B4EB7D9.9010108@huawei.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org piaojun wrote on Wed, Jul 18, 2018: > Fix spelling mistake in comments of p9_virtio_zc_request(). > > Signed-off-by: Jun Piao Thanks, queued it. > --- > net/9p/trans_virtio.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c > index c9f2717..86077f7 100644 > --- a/net/9p/trans_virtio.c > +++ b/net/9p/trans_virtio.c > @@ -384,8 +384,8 @@ static int p9_get_mapped_pages(struct virtio_chan *chan, > * p9_virtio_zc_request - issue a zero copy request > * @client: client instance issuing the request > * @req: request to be issued > - * @uidata: user bffer that should be ued for zero copy read > - * @uodata: user buffer that shoud be user for zero copy write > + * @uidata: user buffer that should be used for zero copy read > + * @uodata: user buffer that should be used for zero copy write > * @inlen: read buffer size > * @outlen: write buffer size > * @in_hdr_len: reader header size, This is the size of response protocol data -- Dominique Martinet