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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 8B453C47E49 for ; Wed, 30 Oct 2019 05:56:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 60A7320874 for ; Wed, 30 Oct 2019 05:56:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727344AbfJ3F4B (ORCPT ); Wed, 30 Oct 2019 01:56:01 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:64936 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726269AbfJ3F4B (ORCPT ); Wed, 30 Oct 2019 01:56:01 -0400 X-IronPort-AV: E=Sophos;i="5.68,246,1569276000"; d="scan'208";a="325074611" Received: from ppp-seco11pareq2-46-193-149-47.wb.wifirst.net (HELO hadrien) ([46.193.149.47]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2019 06:55:58 +0100 Date: Wed, 30 Oct 2019 06:55:57 +0100 (CET) From: Julia Lawall X-X-Sender: julia@hadrien To: Gabriela Bittencourt cc: outreachy-kernel@googlegroups.com, axboe@kernel.dk, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, lkcamp@lists.libreplanetbr.org, trivial@kernel.org Subject: Re: [Outreachy kernel] [PATCH] blk-mq: Fix typo in comment In-Reply-To: <20191029223556.2289-1-gabrielabittencourt00@gmail.com> Message-ID: References: <20191029223556.2289-1-gabrielabittencourt00@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Oct 2019, Gabriela Bittencourt wrote: > Fix typo in words: 'vector' and 'query'. > > Signed-off-by: Gabriela Bittencourt Acked-by: Julia Lawall > --- > block/blk-mq-virtio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/block/blk-mq-virtio.c b/block/blk-mq-virtio.c > index 488341628256..7b8a42c35102 100644 > --- a/block/blk-mq-virtio.c > +++ b/block/blk-mq-virtio.c > @@ -16,7 +16,7 @@ > * @first_vec: first interrupt vectors to use for queues (usually 0) > * > * This function assumes the virtio device @vdev has at least as many available > - * interrupt vetors as @set has queues. It will then queuery the vector > + * interrupt vectors as @set has queues. It will then query the vector > * corresponding to each queue for it's affinity mask and built queue mapping > * that maps a queue to the CPUs that have irq affinity for the corresponding > * vector. > -- > 2.20.1 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20191029223556.2289-1-gabrielabittencourt00%40gmail.com. >