Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp60039imm; Tue, 17 Jul 2018 20:48:23 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcnIqu1ykRk6G3pwkQqF5FczakgOV7ZJXF7JzvVT2pmuPbflD/t7oW1qE1cG18PA+WQibI/ X-Received: by 2002:a17:902:e18b:: with SMTP id cd11-v6mr4125685plb.305.1531885703301; Tue, 17 Jul 2018 20:48:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531885703; cv=none; d=google.com; s=arc-20160816; b=f40mArcoz6cFkScajxhIkWLTZ1R1iO2h+Cp0kZnrrQx1T0LoJkFkJ2TNO/DzO8Un33 tPTriG+C1MPk7FaxDpij06OY4K6G2gXAoGd+bKutoRSoAjicMHTysO8bYnmuP7/qEqd6 SwVldvbuBeyfZ1pyV7OCYEQuXyHOm3C4htgeP9ZGsHlzNCOZW8xTqXMeZpej7APwjFKQ XBbuYT3Lh7dNhqT6zGbZ++u4Gu4aqU/OD/+94sspb8jd76aG1mz5nGDFdVo4xCHcWG2q hme5+W86rBPblrbvMFR7BIHoN/qFr5oIB6SXXgTlv2/vgxxa7d0yXHhZOBPEwTKsor9+ 9azA== 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 :user-agent:date:message-id:subject:from:cc:to :arc-authentication-results; bh=bQ7wQNLtW4Uahm/UFBQ6G/LLhvXLVUPNHJTmNeuvgJg=; b=iVR9WmxyjF0A9Osm9VjFaPpKJauv2i5Xr4Jsf6b5d1yZ+ijCX7fX0ns59TyL/fn+lQ MhyCyrYtDXWIPMeajZ7RV+GRViS60toUdxozv1+WyPFGmv9UpOJZh0+/I2PgqNcPaZmV 7Tix4rC6r6hMbTyjWBbs9AjEslho0jGsx9CYm+AkmhxtiORhBC/uzlsTCXuuBVsh1OXh KR6ivoog34rl8d3DKQ7xBjETli4r4pyf4QLk7cbKPlrxzBKqAyktIs3bqLVJjt+WnXId C6xUi5lmymBgTvUcy/ywrd4g5u73UxiMWzVvv8k4iijQvHGQsabrKaQPuOKxB+DGDMNb I0Vw== 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.48.08; Tue, 17 Jul 2018 20:48:23 -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 S1726708AbeGREV6 (ORCPT + 99 others); Wed, 18 Jul 2018 00:21:58 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:9639 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726501AbeGREV6 (ORCPT ); Wed, 18 Jul 2018 00:21:58 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id C409E9ECCBCEA; Wed, 18 Jul 2018 11:45:56 +0800 (CST) Received: from [10.177.253.249] (10.177.253.249) by smtp.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.382.0; Wed, 18 Jul 2018 11:45:55 +0800 To: Dominique Martinet CC: Eric Van Hensbergen , Ron Minnich , Latchesar Ionkov , Linux Kernel Mailing List , , "akpm@linux-foundation.org" From: piaojun Subject: [PATCH] net/9p/trans_virtio.c: fix some spell mistakes in comments Message-ID: <5B4EB7D9.9010108@huawei.com> Date: Wed, 18 Jul 2018 11:45:29 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.253.249] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix spelling mistake in comments of p9_virtio_zc_request(). Signed-off-by: Jun Piao --- 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 --