From nobody Wed Oct 8 02:20:35 2025 Received: from relay16.mail.gandi.net (relay16.mail.gandi.net [217.70.178.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 48B1C1AAA1C; Thu, 3 Jul 2025 14:26:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.178.236 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751552766; cv=none; b=PDWb8cwAhjQAaPqfCH9PXX/ftnQPKk6bwhvPf+txkROjWUryRRgveGruo7FiQbWmpcuwZ5XQlRl3cmXvw3DFohX5khf6IQJSMmf/zGeyAtQmJqGGSeU47sgw2RLG96pEe5A2tHkZo9T/Bm1IDwt70XNk0sVz+iCP0q5HwPO0PVQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751552766; c=relaxed/simple; bh=2DS6gWb0fkbHGkdV8JFSqYm6Qb8I57JrsMIBJ0IAwbk=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=CBzQhVcF3jUXrba9buvmawSajZrBKY41h22uWpWuuR+DTbQ3B8HXMod95UBLn3M4DpEjWcN2xN5eZu6ILeNtHGjK3f8usMaRjOUxV6tvSpXArxi+MdGNWk7d/Rg0zmSmgnySTUs9evFX6ux8T4PW5aLrSJwA8CJo0b0DX3IgDtg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=hadess.net; spf=pass smtp.mailfrom=hadess.net; arc=none smtp.client-ip=217.70.178.236 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=hadess.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=hadess.net Received: by mail.gandi.net (Postfix) with ESMTPSA id 0B1BA449BC; Thu, 3 Jul 2025 14:25:59 +0000 (UTC) From: Bastien Nocera To: trivial@kernel.org, Marcel Holtmann , Luiz Augusto von Dentz , Sean Wang , Matthias Brugger , AngeloGioacchino Del Regno , Sven Peter , Janne Grunau , Alyssa Rosenzweig , Neal Gompa , Johan Hedberg , Ingo Molnar , Thomas Gleixner , Bastien Nocera , Al Viro , Kees Cook , Erick Archer , Chris Lu , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, asahi@lists.linux.dev Subject: [PATCH 3/7] Bluetooth: btrtl: Fix typo Date: Thu, 3 Jul 2025 16:24:31 +0200 Message-ID: <20250703142542.985248-4-hadess@hadess.net> X-Mailer: git-send-email 2.50.0 In-Reply-To: <20250703142542.985248-1-hadess@hadess.net> References: <20250703142542.985248-1-hadess@hadess.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-GND-State: clean X-GND-Score: -100 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtdefgddvtdehudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpeeurghsthhivghnucfpohgtvghrrgcuoehhrgguvghssheshhgruggvshhsrdhnvghtqeenucggtffrrghtthgvrhhnpeekteetgeettdehieduiedttdetffelleehtdejkeeluedvgfffvdevteetudfhkeenucfkphepvdgrtddumegvfeegmegvtgejfeemtghfvddtmeejudgurgemfegsugemvddtrgelmedufeefnecuvehluhhsthgvrhfuihiivgepudenucfrrghrrghmpehinhgvthepvdgrtddumegvfeegmegvtgejfeemtghfvddtmeejudgurgemfegsugemvddtrgelmedufeefpdhhvghlohepohhlihhmphhitgdpmhgrihhlfhhrohhmpehhrgguvghssheshhgruggvshhsrdhnvghtpdhnsggprhgtphhtthhopedvfedprhgtphhtthhopehtrhhivhhirghlsehkvghrnhgvlhdrohhrghdprhgtphhtthhopehmrghrtggvlheshhholhhtmhgrnhhnrdhorhhgpdhrtghpthhtoheplhhuihiirdguvghnthiisehgmhgrihhlrdgtohhmpdhrtghpthhtohepshgvrghnrdifrghnghesmhgvughirghtvghkrdgtohhmpdhrtghpthhtohepmhgrthhth hhirghsrdgsghhgsehgmhgrihhlrdgtohhmpdhrtghpthhtoheprghnghgvlhhoghhiohgrtggthhhinhhordguvghlrhgvghhnohestgholhhlrggsohhrrgdrtghomhdprhgtphhtthhopehsvhgvnheskhgvrhhnvghlrdhorhhgpdhrtghpthhtohepjhesjhgrnhhnrghurdhnvght Content-Type: text/plain; charset="utf-8" Found by codespell. Signed-off-by: Bastien Nocera --- drivers/bluetooth/btrtl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c index 7838c89e529e..3d137944c458 100644 --- a/drivers/bluetooth/btrtl.c +++ b/drivers/bluetooth/btrtl.c @@ -693,7 +693,7 @@ static int rtlbt_parse_firmware(struct hci_dev *hdev, =20 /* Loop from the end of the firmware parsing instructions, until * we find an instruction that identifies the "project ID" for the - * hardware supported by this firwmare file. + * hardware supported by this firmwmare file. * Once we have that, we double-check that project_id is suitable * for the hardware we are working with. */ --=20 2.50.0