Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01afd806 authored by Márton Németh's avatar Márton Németh Committed by Adrian Bunk
Browse files

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



Typo: iwithout -> without.

Signed-off-by: default avatarMárton Németh <nm127@freemail.hu>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent a982ac06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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