Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5327210ybv; Tue, 11 Feb 2020 13:35:09 -0800 (PST) X-Google-Smtp-Source: APXvYqxGNOfw4uUse1M0CHRyY00HO9w4DpVg2nupKaKK4Gu5fZ67/VFL2JovyXhFb2G0KyZiUeXm X-Received: by 2002:a54:4595:: with SMTP id z21mr45289oib.136.1581456909193; Tue, 11 Feb 2020 13:35:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581456909; cv=none; d=google.com; s=arc-20160816; b=gkpfdht6Ikla+kKJ7aweKQ2u4TdlnR4SPmJN2DuWdcHFduGQWOEclwrZxYBHO0cfZO NxFrNE++GT85wELt+OHBmeySmcThRPEcpxYhdDZ18hmoQPQe3PlpziTI4upFYkq/ouTD egYqWLHTFFZyuiHkEbWOSTRH8/3dHCoT8AiQwyIA6y6GBP2AC01Yt7u/CG0z46aS8joJ FW4fmd1veCjmWjtwUQwSh8k2yDvbaDc6fJ5RvJ3VzQ/gu6T4n+uGafk2QEJQidiOLJvA kuxRAk0r0Mc9f07dJfUGQLKIGPIGpp/r5nnx1ZdEAG0a+gu5CWsl5Oo7AIfXPrtQrph3 5Vdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=m32wbQuxy6LIX6yOe/awZDaNdo6t1HGEcCgMa3S8A1U=; b=HJt8hB3xTK3uLr7N+OPj3O/b+jyio7yPOpxW2NHkMuabFFCcVaFvvFrWOXWAnFq0x9 P4DwOAvT8JBaNiABO+HJUwS0B5vQqtvI6YK/okPqS7lW0w8EzR6RVY1bCs/xEfr28kp3 +8evCf6d2j7XS89SGknP9vzLi8iQHxkfEp1ej/BGXS3Ej3FIFQgftyv4sK4h7SZ7YMr2 fmkwoC4Samu/zfTF/CzZEPS2fwO0/czi8dbSy8rRIsn64Rub+Wd/oOTOBQ+6CbZS4VsF t45SJ4XKX4vbPxa82cA7EXKo2GUsrDPs2p+DX8qGxQcAw0jd/or/ErmJrwEM0XYODDCt wezw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-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 u13si2691957otg.56.2020.02.11.13.34.58; Tue, 11 Feb 2020 13:35:09 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-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-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729966AbgBKS0S (ORCPT + 99 others); Tue, 11 Feb 2020 13:26:18 -0500 Received: from newton.telenet-ops.be ([195.130.132.45]:36412 "EHLO newton.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729751AbgBKS0R (ORCPT ); Tue, 11 Feb 2020 13:26:17 -0500 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by newton.telenet-ops.be (Postfix) with ESMTPS id 48H9z709FDzMrJdD for ; Tue, 11 Feb 2020 19:19:31 +0100 (CET) Received: from ramsan ([84.195.182.253]) by albert.telenet-ops.be with bizsmtp id 1WKV2200K5USYZQ06WKWPE; Tue, 11 Feb 2020 19:19:30 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1a8A-0002pF-F2; Tue, 11 Feb 2020 19:19:30 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j1a8A-0003zW-Do; Tue, 11 Feb 2020 19:19:30 +0100 From: Geert Uytterhoeven To: Gilad Ben-Yossef , Herbert Xu , "David S . Miller" Cc: Greg Kroah-Hartman , "Rafael J . Wysocki" , linux-crypto@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 30/34] crypto: ccree - grammar s/not room/no room/ Date: Tue, 11 Feb 2020 19:19:24 +0100 Message-Id: <20200211181928.15178-31-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200211181928.15178-1-geert+renesas@glider.be> References: <20200211181928.15178-1-geert+renesas@glider.be> Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Fix grammar in a comment. Signed-off-by: Geert Uytterhoeven --- v2: - New. drivers/crypto/ccree/cc_request_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/ccree/cc_request_mgr.c b/drivers/crypto/ccree/cc_request_mgr.c index 2b8a9f5a5bd3edee..2671cffb3b58fa27 100644 --- a/drivers/crypto/ccree/cc_request_mgr.c +++ b/drivers/crypto/ccree/cc_request_mgr.c @@ -378,7 +378,7 @@ static void cc_proc_backlog(struct cc_drvdata *drvdata) rc = cc_queues_status(drvdata, mgr, bli->len); if (rc) { /* - * There is still not room in the FIFO for + * There is still no room in the FIFO for * this request. Bail out. We'll return here * on the next completion irq. */ -- 2.17.1