From: Geert Uytterhoeven Date: Tue, 11 Feb 2020 18:19:24 +0000 (+0100) Subject: crypto: ccree - grammar s/not room/no room/ X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=24b540f649a932a110b988c26165b8216e8d859e;p=linux.git crypto: ccree - grammar s/not room/no room/ Fix grammar in a comment. Signed-off-by: Geert Uytterhoeven Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/ccree/cc_request_mgr.c b/drivers/crypto/ccree/cc_request_mgr.c index 2b8a9f5a5bd3e..2671cffb3b58f 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. */