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

Commit b1d6d822 authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Greg Kroah-Hartman
Browse files

drivers/base: fix typo in comment for arch_setup_pdev_archdata()

parent 94b086b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ EXPORT_SYMBOL_GPL(platform_bus);
 * be setup before the platform_notifier is called.  So if a user needs to
 * manipulate any relevant information in the pdev_archdata they can do:
 *
 * 	platform_devic_alloc()
 *	platform_device_alloc()
 * 	... manipulate ...
 * 	platform_device_add()
 *