瀏覽代碼

drivers/base/platform.c: fix small typo in doc

Typo: iwithout -> without.

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Márton Németh 18 年之前
父節點
當前提交
01afd80626
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/base/platform.c

+ 1 - 1
drivers/base/platform.c

@@ -360,7 +360,7 @@ EXPORT_SYMBOL_GPL(platform_device_unregister);
  *	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.
  *
  *	This interface is primarily intended for use with legacy drivers