Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1116673pxb; Tue, 3 Nov 2020 23:55:42 -0800 (PST) X-Google-Smtp-Source: ABdhPJwlijMPTKOG9qRN3yncBru/a6GCxtNEBAIxRVs+BC4v5YnURoGI0J8SKIVE853l/h/ajPb5 X-Received: by 2002:a17:906:640d:: with SMTP id d13mr23122954ejm.223.1604476542613; Tue, 03 Nov 2020 23:55:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604476542; cv=none; d=google.com; s=arc-20160816; b=svJvdJg+6F31Vv54ekNh1VuV/GVVPyIUjbu4uOLQAaMbwoXsVux2rykwWnEMoUPR6N eeJBOy4nxjEtOA/BFMHCkkkFBo042e6mF5MdJ+Cwz/47GIG2vpXISmN6266XImU0Gu+r FaHA+gsZynhNHD7JDoZnHlXwLfvnXL3qfTjUKNn8rSoPXaYS4Pqt4BV90wB3H91dtZsS MHQcnopn/TZT7TIOTdPO2u1Wm6yoKmPYQLfOrDdxhKRGsQEOkxY1k1dmPHxm8Ykv72/V h9wqCCBGRdzwunP4L1X8+cXGgjpCjCxqI6cDCN2RpbLrAf+Tbftb0OsK6nFX4gykDR2s KrsQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:message-id:date:subject:cc:to:from; bh=hdaQVtYRfPecT8bF41AnzdKx0omqCC4jsM6jkODnBwk=; b=vm7ZAtHNxNitRoDS45Br7CcVe1epHf3r0Bur8WZ/6wLNjKc+awEVdbet7OTuR2jqkF 5UD6TuyF6ug4jafFNK6+/8VmEEyJqnNYsHuH2WrB+qiRWVraJAm6jgu/G10u9Jc9E3mp gx6BtqO3/OUVYKPUGYnnhmYFZUI0y1obcmUussYD7dnswduouN8J7hreV09/W9RI1imZ NHi0Qzzup9WorsPzDBR6R4/MBLpZO8krbmoFxa1rdAEaaBG/zQoWcCQlFGBU7K/hNOr2 XKTFrx+3RS58SXbqYM4nkmeXu9t38GkW5eRcWrZ+e8YjxrDRFJHDxVg/kZk7CzPyay/t svXQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gn11si999844ejc.638.2020.11.03.23.55.19; Tue, 03 Nov 2020 23:55:42 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727878AbgKDHvu convert rfc822-to-8bit (ORCPT + 99 others); Wed, 4 Nov 2020 02:51:50 -0500 Received: from mx1.emlix.com ([136.243.223.33]:44494 "EHLO mx1.emlix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727110AbgKDHvu (ORCPT ); Wed, 4 Nov 2020 02:51:50 -0500 X-Greylist: delayed 530 seconds by postgrey-1.27 at vger.kernel.org; Wed, 04 Nov 2020 02:51:49 EST Received: from mailer.emlix.com (p5098be52.dip0.t-ipconnect.de [80.152.190.82]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.emlix.com (Postfix) with ESMTPS id D296C604B1; Wed, 4 Nov 2020 08:44:55 +0100 (CET) From: Rolf Eike Beer To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org Subject: fix typos in "compress" variants Date: Wed, 04 Nov 2020 08:44:55 +0100 Message-ID: <1959691.vJJ4Jf3O8W@devpool47> Organization: emlix GmbH MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Rolf Eike Beer --- arch/x86/kernel/head64.c | 2 +- fs/f2fs/data.c | 2 +- scripts/kallsyms.c | 2 +- scripts/spelling.txt | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index 05e117137b45..a18a11acad92 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c @@ -105,7 +105,7 @@ static unsigned int __head *fixup_int(void *ptr, unsigned long physaddr) static bool __head check_la57_support(unsigned long physaddr) { /* - * 5-level paging is detected and enabled at kernel decomression + * 5-level paging is detected and enabled at kernel decompression * stage. Only check if it has been enabled there. */ if (!(native_read_cr4() & X86_CR4_LA57)) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index be4da52604ed..93c23ae5723d 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -2377,7 +2377,7 @@ static int f2fs_mpage_readpages(struct inode *inode, #ifdef CONFIG_F2FS_FS_COMPRESSION if (f2fs_compressed_file(inode)) { - /* there are remained comressed pages, submit them */ + /* there are remained compressed pages, submit them */ if (!f2fs_cluster_can_merge_page(&cc, page->index)) { ret = f2fs_read_multi_pages(&cc, &bio, max_nr_pages, diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c index 7ecd2ccba531..623dedecd8e3 100644 --- a/scripts/kallsyms.c +++ b/scripts/kallsyms.c @@ -12,7 +12,7 @@ * map char code 0xF7 to represent "write_" and then in every symbol where * "write_" appears it can be replaced by 0xF7, saving 5 bytes. * The used codes themselves are also placed in the table so that the - * decompresion can work without "special cases". + * decompression can work without "special cases". * Applied to kernel symbols, this usually produces a compression ratio * of about 50%. * diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 953f4a2de1e5..061e15201739 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -338,6 +338,7 @@ compoment||component comppatible||compatible compres||compress compresion||compression +comressed||compressed comression||compression comunication||communication conbination||combination @@ -406,6 +407,8 @@ debouce||debounce decendant||descendant decendants||descendants decompres||decompress +decompresion||decompression +decomression||decompression decsribed||described decription||description dectected||detected -- 2.29.1 -- Rolf Eike Beer, emlix GmbH, http://www.emlix.com Fon +49 551 30664-0, Fax +49 551 30664-11 Gothaer Platz 3, 37083 Göttingen, Germany Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen HR B 3160 Geschäftsführung: Heike Jordan, Dr. Uwe Kracke – Ust-IdNr.: DE 205 198 055 emlix - smart embedded open source