From patchwork Sat Jun 30 13:12:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Minwoo Im X-Patchwork-Id: 10498171 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 06E9E602BF for ; Sat, 30 Jun 2018 13:13:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ECA5228787 for ; Sat, 30 Jun 2018 13:13:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DFF7428F50; Sat, 30 Jun 2018 13:13:40 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI 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 767BF28787 for ; Sat, 30 Jun 2018 13:13:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752226AbeF3NNj (ORCPT ); Sat, 30 Jun 2018 09:13:39 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:45351 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751861AbeF3NNi (ORCPT ); Sat, 30 Jun 2018 09:13:38 -0400 Received: by mail-pf0-f194.google.com with SMTP id y24-v6so1189885pfe.12 for ; Sat, 30 Jun 2018 06:13:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=piYiKOPiDsyraC5rsOf1prsALrlXEE07sf4Mvp9Et1c=; b=t3H7RrPODybrCoQIzIJZDq2DUQywZzVpr/eIYLbwTMrTakh2Gei33voj0bLo+VfnAC osANfclYbslnbUejuuMt6a3E6F+Mw3xnRd0ZfEvlI6NL1de6cDVBJzsBClPkcUhuCO+3 xLQ4cLn7pOhA2HIYKF/tMvrMaHrW/qZ8J3rx8zp+HmxenOAko3x5mle2xK9dxBNupnk5 aeAziEikL6zQMPTyj32uYG7DvdhZcDGw6Y4NwYO4cwboETSiL97f/4xVlEDhor2R0DXg 50k1cN7yRFUfhkwq3gfVfHdd3w789TMPSc/6zT5o/HG4iv3N6J5c1O2jd6YQP023GcNV 6w4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=piYiKOPiDsyraC5rsOf1prsALrlXEE07sf4Mvp9Et1c=; b=MZrk4pZt+VCkQ3JU8WUlw9WdPT1wP5E3zFkEZISD/GYEDwdrru9LsF8a6F9QvH6inD hHDFu+CNck8RPj6ISPM6CmBQpNDC1nSBstskiNdZMpGgfJ1HmhA4UPac+9nDbtDnFK8G 4FZmRhXw6NSltSCJq5P4155uZbSNdx8gKsSNrafwiW7siLzs4WbcMvAUKQh2rp7m4nS7 IEGl5eAuVbZ9bdWeAYp2PeW/Gu9f8mniPF8YdQBhcbBOxnjSvMLQuDwLHCYpGiyaWYFK 1nvAC+uibHMI6x6ko6R1rXjj5HsFN6UHCbnEQAtXE7N0GQjvoJakUbHuP59njIb+1/Gt l56g== X-Gm-Message-State: APt69E2N6FaWdmBt3CS/WXZ/8q9qsri0DLtyD06F0qwAnoOrc9Gdi5lX 0oHLucLH5Mwn5+WcB+J/36PsMw== X-Google-Smtp-Source: ADUXVKJeHCwqlIBP0k+CVAacX7ytdN55nHTLAHIU5+MhF9aENPdgNCsiZripUOBZO1v1NO98JnEIug== X-Received: by 2002:a65:5581:: with SMTP id j1-v6mr16278771pgs.203.1530364417452; Sat, 30 Jun 2018 06:13:37 -0700 (PDT) Received: from localhost.localdomain ([1.237.242.62]) by smtp.gmail.com with ESMTPSA id h8-v6sm15606985pgq.35.2018.06.30.06.13.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 30 Jun 2018 06:13:36 -0700 (PDT) From: Minwoo Im To: linux-block@vger.kernel.org Cc: Jens Axboe , Minwoo Im Subject: [PATCH] blk-mq: fix typo in a function comment Date: Sat, 30 Jun 2018 22:12:41 +0900 Message-Id: <1530364361-5026-1-git-send-email-minwoo.im.dev@gmail.com> X-Mailer: git-send-email 2.7.4 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 Fix typo in a function blk_mq_alloc_tag_set() comment. if if it too large -> if it's too large. Signed-off-by: Minwoo Im --- block/blk-mq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/blk-mq.c b/block/blk-mq.c index b429d51..706f35e 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@ -2701,7 +2701,7 @@ static int blk_mq_update_queue_map(struct blk_mq_tag_set *set) /* * Alloc a tag set to be associated with one or more request queues. * May fail with EINVAL for various error conditions. May adjust the - * requested depth down, if if it too large. In that case, the set + * requested depth down, if it's too large. In that case, the set * value will be stored in set->queue_depth. */ int blk_mq_alloc_tag_set(struct blk_mq_tag_set *set)