From patchwork Fri Dec 1 00:08:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 10085877 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B34C1605D2 for ; Fri, 1 Dec 2017 00:08:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A557D2A43B for ; Fri, 1 Dec 2017 00:08:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9A27A2A44B; Fri, 1 Dec 2017 00:08:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ACD072A43B for ; Fri, 1 Dec 2017 00:08:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750994AbdLAAIu (ORCPT ); Thu, 30 Nov 2017 19:08:50 -0500 Received: from esa5.hgst.iphmx.com ([216.71.153.144]:23712 "EHLO esa5.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750842AbdLAAIt (ORCPT ); Thu, 30 Nov 2017 19:08:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wdc.com; i=@wdc.com; q=dns/txt; s=dkim.wdc.com; t=1512086930; x=1543622930; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=xBJ333YeXE4lNBTECkABae5+ba+CpNfeeWXYnM/BpY0=; b=jO8WHsEZ4bBHtltGT2jJ7rTDgWSK5L9fOk+oDxf5HKH/FaESDbjT6gtK 0agNs7lQvHxzyCTaiEYXzcGFi4NJ1yy0D/qx9odKOdTBHuEcixz8QDHF5 21LOZ7cNAabtcl4xqjbFAmU+PKGAQzE5/Ihw4EpKiPfuRODxhpBAb1wY/ VwCw0OlIzbSjRD+h9bc1ZqYQokUIujsWIqsh7MqtA1nJjCoRZnXMfrNHF AJaMrCB/yCKV3YHcD6oKZnxxZdy9LdF29Ae6+D2rA8rbajjWMWmUr+7mt +1wD33TDF4v2DgIJNYrdyKHpjb7k+znOdSqYvXKIDwIQ9iNXcjICVMIPi A==; X-IronPort-AV: E=Sophos;i="5.45,343,1508774400"; d="scan'208";a="63875999" Received: from uls-op-cesaip01.wdc.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 01 Dec 2017 08:08:50 +0800 Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep01.wdc.com with ESMTP; 30 Nov 2017 16:06:06 -0800 Received: from thinkpad-bart.sdcorp.global.sandisk.com (HELO thinkpad-bart.int.fusionio.com) ([10.11.166.51]) by uls-op-cesaip02.wdc.com with ESMTP; 30 Nov 2017 16:08:50 -0800 From: Bart Van Assche To: Jens Axboe Cc: linux-block@vger.kernel.org, Christoph Hellwig , Bart Van Assche , Omar Sandoval , Hannes Reinecke , Johannes Thumshirn Subject: [PATCH 1/7] blk-mq: Fix spelling in a source code comment Date: Thu, 30 Nov 2017 16:08:42 -0800 Message-Id: <20171201000848.2656-2-bart.vanassche@wdc.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20171201000848.2656-1-bart.vanassche@wdc.com> References: <20171201000848.2656-1-bart.vanassche@wdc.com> Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Change "nedeing" into "needing" and "caes" into "cases". Fixes: commit f906a6a0f426 ("blk-mq: improve tag waiting setup for non-shared tags") Signed-off-by: Bart Van Assche Cc: Christoph Hellwig Cc: Omar Sandoval Cc: Hannes Reinecke Cc: Johannes Thumshirn --- block/blk-mq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block/blk-mq.c b/block/blk-mq.c index aa165abf08f0..e1ca7661daa5 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@ -1014,8 +1014,8 @@ static int blk_mq_dispatch_wake(wait_queue_entry_t *wait, unsigned mode, /* * Mark us waiting for a tag. For shared tags, this involves hooking us into - * the tag wakeups. For non-shared tags, we can simply mark us nedeing a - * restart. For both caes, take care to check the condition again after + * the tag wakeups. For non-shared tags, we can simply mark us needing a + * restart. For both cases, take care to check the condition again after * marking us as waiting. */ static bool blk_mq_mark_tag_wait(struct blk_mq_hw_ctx **hctx,