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>] [day] [month] [year] [list]
Date:	Mon, 19 Mar 2007 08:16:19 +0100
From:	Németh Márton <nm127@...email.hu>
To:	linux-kernel@...r.kernel.org,
	Trivial Patch Monkey <trivial@...nel.org>
Subject: [PATCH] platform: small typo in doc

From: Márton Németh <nm127@...email.hu>

Typo: iwithout -> without.

Signed-off-by: Márton Németh <nm127@...email.hu>
---

--- linux-2.6.21-rc4.orig/drivers/base/platform.c	2007-03-16 01:20:01.000000000 +0100
+++ linux-2.6.21-rc4/drivers/base/platform.c	2007-03-19 08:08:33.000000000 +0100
@@ -347,7 +347,7 @@ EXPORT_SYMBOL_GPL(platform_device_unregi
   *	This function creates a simple platform device that requires minimal
   *	resource and memory management. Canned release function freeing
   *	memory allocated for the device allows drivers using such devices
- *	to be unloaded iwithout waiting for the last reference to the device
+ *	to be unloaded without waiting for the last reference to the device
   *	to be dropped.
   */
  struct platform_device *platform_device_register_simple(char *name, unsigned int id,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists