From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from luna.linkmauve.fr (82-65-109-163.subs.proxad.net [82.65.109.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 461AE34166B for ; Tue, 21 Apr 2026 12:14:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.65.109.163 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776773691; cv=none; b=LlbEqjl7s9cKAJCgkuWKGOCtXCj1Kvb8DlI9y7yHhrrKeLIgWQu8UtnPHkUIrKe4yusInjusJHqSPLHTQye+PInWstEg8xGiXnnveFbWRUD6fjDXRm2YWuDVytBl79Qfgwahgler1dU2X5aFCOHavuN7fDuiKhOYT0g5Mkj4dt4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776773691; c=relaxed/simple; bh=3pQ851RbY4FOmK5weJiLy1wND1Z0t8VgUWSYvJ5AzwM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=M2NezeBeZon2mL5WB6H3ZBFqpGkt5lC4MdOIfn/gGbzkmOdsrVhkBOp3tMiLwMj/x/AfjzbnOl4jds6lZDGcbsHPCecK6MbmXwGLRYKR+dzaWSzZC5vAE5GBppqFBkQH0JsO5AsUcoD/AafZ3vmk3/GBflI3dnGM8FDH2wfVS7I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linkmauve.fr; spf=pass smtp.mailfrom=linkmauve.fr; arc=none smtp.client-ip=82.65.109.163 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linkmauve.fr Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linkmauve.fr Received: by luna.linkmauve.fr (Postfix, from userid 1000) id C8035F40862; Tue, 21 Apr 2026 14:14:40 +0200 (CEST) From: Link Mauve To: linuxppc-dev@lists.ozlabs.org Cc: Link Mauve , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , "Christophe Leroy (CS GROUP)" , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Herbert Xu , "David S. Miller" , Juergen Gross , Ajay Kaher , Alexey Makhalov , Broadcom internal kernel review list , Geoff Levand , Mahesh J Salgaonkar , "Oliver O'Halloran" , Anatolij Gustschin , =?UTF-8?q?Breno=20Leit=C3=A3o?= , Nayna Jain , Paulo Flabiano Smorigo , Eric Biggers , "Jason A. Donenfeld" , Ard Biesheuvel , Thorsten Blum , Thomas Huth , Jason Gunthorpe , David Hildenbrand , Alistair Popple , "Ritesh Harjani (IBM)" , Donet Tom , Andrew Morton , =?UTF-8?q?Bj=C3=B6rn=20T=C3=B6pel?= , Will Deacon , "Lorenzo Stoakes (Oracle)" , Paul Moore , Nam Cao , Alexander Gordeev , Sourabh Jain , Hari Bathini , Srikar Dronamraju , Shrikanth Hegde , Jiri Bohac , "Mike Rapoport (Microsoft)" , "Jiri Slaby (SUSE)" , Greg Kroah-Hartman , Andy Shevchenko , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= , Kees Cook , Stephen Rothwell , Xichao Zhao , Gautam Menghani , Peter Zijlstra , K Prateek Nayak , Guangshuo Li , Li Chen , Aboorva Devarajan , Petr Mladek , Feng Tang , "Nysal Jan K.A." , Aditya Gupta , Sayali Patil , Rohan McLure , Pasha Tatashin , Yeoreum Yun , Kevin Brodsky , "Matthew Wilcox (Oracle)" , Andrew Donnellan , "Vishal Moola (Oracle)" , =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= , Athira Rajeev , Kajol Jain , Thomas Gleixner , Chen Ni , Haren Myneni , Jonathan Greental , Ingo Molnar , "Yury Norov (NVIDIA)" , Gaurav Batra , Nilay Shroff , Vivian Wang , =?UTF-8?q?Adrian=20Barna=C5=9B?= , "Rafael J. Wysocki (Intel)" , Thierry Reding , Yury Norov , "Mukesh Kumar Chaurasiya (IBM)" , Ruben Wauters , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-crypto@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux.dev, x86@kernel.org Subject: [PATCH 1/2] powerpc: Add a typos.toml file Date: Tue, 21 Apr 2026 14:14:13 +0200 Message-ID: <20260421121420.26079-2-linkmauve@linkmauve.fr> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260421121420.26079-1-linkmauve@linkmauve.fr> References: <20260421121420.26079-1-linkmauve@linkmauve.fr> Precedence: bulk X-Mailing-List: virtualization@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This file is used by the typos tool[1] to determine which words to fix, which ones not to fix, and what the target word should be. [1] https://github.com/crate-ci/typos Signed-off-by: Link Mauve --- arch/powerpc/typos.toml | 109 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 arch/powerpc/typos.toml diff --git a/arch/powerpc/typos.toml b/arch/powerpc/typos.toml new file mode 100644 index 000000000000..5c42fd2adf56 --- /dev/null +++ b/arch/powerpc/typos.toml @@ -0,0 +1,109 @@ +[default.extend-words] +# All of these duplicated words tell typos not to touch them. +# They are case-insensitive but keep the case when fixed. +aack = "aack" +aer = "aer" +ahd = "ahd" +alo = "alo" +als = "als" +aout = "aout" +ba = "ba" +buid = "buid" +clen = "clen" +cmo = "cmo" +cpy = "cpy" +daa = "daa" +datas = "datas" +decie = "decie" +defin = "defin" +divde = "divde" +edn = "edn" +emac = "emac" +evn = "evn" +extint = "extint" +filp = "filp" +firsr = "firsr" +fram = "fram" +fre = "fre" +fpr = "fpr" +hypen = "hypen" +ihs = "ihs" +indx = "indx" +intack = "intack" +iput = "iput" +ist = "ist" +iy = "iy" +millenium = "millenium" +mmaped = "mmaped" +mminimal = "mminimal" +mport = "mport" +msis = "msis" +nam = "nam" +nax = "nax" +nd = "nd" +nin = "nin" +nto = "nto" +onl = "onl" +ot = "ot" +outout = "outout" +parm = "parm" +parms = "parms" +performa = "performa" +pevents = "pevents" +piar = "piar" +pn = "pn" +ptd = "ptd" +recal = "recal" +rela = "rela" +rto = "rto" +ser = "ser" +shw = "shw" +shs = "shs" +sie = "sie" +siz = "siz" +slq = "slq" +sxl = "sxl" +synopsys = "synopsys" +systemes = "systemes" +tbe = "tbe" +tge = "tge" +thr = "thr" +thre = "thre" +tne = "tne" +tpe = "tpe" +tpos = "tpos" +tre = "tre" +trun = "trun" +tou = "tou" +ue = "ue" +unline = "unline" +uupdate = "uupdate" +vas = "vas" +vor = "vor" +wil = "wil" + +# These words are for typos which had two or more known fixes. +addresse = "address" +allowe = "allow" +arbitrer = "arbiter" +colose = "color" +concatination = "concatenation" +contants = "constants" +contigious = "contiguous" +defferent = "different" +fime = "fixme" +fo = "for" +fom = "from" +formt = "format" +matrics = "metrics" +mmaping = "mmapping" +multipler = "multiplier" +ony = "only" +partions = "partitions" +partioning = "partitioning" +pathes = "paths" +sensure = "ensure" +tranditional = "traditional" +verisions = "versions" +wether = "whether" +wll = "will" -- 2.54.0