Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp470430ybx; Tue, 29 Oct 2019 22:57:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqzCGvz2P1DAoZtkML8jCuTwfWz6TxVE50Mn6baqvFXctN9INYhw59YoTcJzXQrFcrvQSb32 X-Received: by 2002:a17:906:694e:: with SMTP id c14mr7375834ejs.122.1572415066741; Tue, 29 Oct 2019 22:57:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572415066; cv=none; d=google.com; s=arc-20160816; b=T7/WM1HAjNNwx0ADhtLs2z5uDCszwdc5phNrYkiWA4LfR1c4rvPk6sPMsF43qjNjt6 /u7vbH8/3pClEMSOBaRaLyLQhzlNLRS32lyf3pXNQdzXJvr39re0qtCBxz8srVOnG2gl 1sNzWigycvKHaM57477NPMDTomdRf3jQbsgxkIy8HbLmMSVDhBEu/iF8cijRduksE0XU unuewDliWbs5ZrfUgqAx9pOrWSDd24TCndrOSTn0RBHbdlcsAogKiXS5CXn4lXPg+JHa Tx0CdB3b83S6Dvz9kbRJS/eveEhaL/UaGItYg9Vb061D1RlCgaS4GQ7udGQqhmAMF0oV sWCw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=nn2MIeIi0oG4cGM87C+theEFpWJYqe4KQHeqVTpPORE=; b=LJit/YktNYf0ED3rnKjCK0WNUcPxsTuPzxESl2fOSo3/pJlNItuoPU7TzmtuSFek06 e2NMd9XKX6cZAat++Nis8nqJcns10x+UkgKf3jouBx4Mf9OkI7l5yeIwet5Tw71PMd2V xlzwTCD7mA6b29mSc1KmVGFvORKZiP6Hc8EGMKinn0d04XCFYHO/cwv0z9K+lTshN19T +8KUfTtUtYonu2NzKHLFIUjHaTyEygRxuVrfGG031aEPM0bHYuiSleGBY1hYG4SULVCO ncLhdWrFsMve/VYG9YQmzYHunBgb6LR3to9f1sPKDHrOw4Mlmh5H7++OhYbXCVzy4Ecz t6Ow== 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 v2si789878ede.61.2019.10.29.22.57.23; Tue, 29 Oct 2019 22:57:46 -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 S1727326AbfJ3F4B (ORCPT + 99 others); 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. >