lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cec37f5568afaef8fca2d35bb01c90556ccbb4f4.1728408464.git.dsimic@manjaro.org>
Date: Tue,  8 Oct 2024 19:29:41 +0200
From: Dragan Simic <dsimic@...jaro.org>
To: linux-spi@...r.kernel.org,
	linux-rockchip@...ts.infradead.org
Cc: broonie@...nel.org,
	heiko@...ech.de,
	gregkh@...uxfoundation.org,
	rafael@...nel.org,
	oss@...ene.moe,
	linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] driver core: Fix a typo in __dev_probe_failed() comments

Fix a small typo in one of the variable names found in the comment block
inside the __dev_probe_failed() function.

Signed-off-by: Dragan Simic <dsimic@...jaro.org>
---

Notes:
    This is an incremental patch for the patch series [1] that's been already
    merged, so it should be applied on top of the series.
    
    [1] https://lore.kernel.org/linux-rockchip/cover.1727601608.git.dsimic@manjaro.org/T/#u

 drivers/base/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/core.c b/drivers/base/core.c
index 5f156a9a10a4..a84a7b952cfd 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -4989,7 +4989,7 @@ static void __dev_probe_failed(const struct device *dev, int err, bool fatal,
 	/*
 	 * On x86_64 and possibly on other architectures, va_list is actually a
 	 * size-1 array containing a structure.  As a result, function parameter
-	 * vargps decays from T[1] to T*, and &vargsp has type T** rather than
+	 * vargsp decays from T[1] to T*, and &vargsp has type T** rather than
 	 * T(*)[1], which is expected by its assignment to vaf.va below.
 	 *
 	 * One standard way to solve this mess is by creating a copy in a local

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ