X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fbase%2Fplatform.c;h=c0b8df38402ba5b9a12a5c136aefea146c497c8f;hb=d8c532c40721f7507896d202b8cae3b3642d2b0d;hp=b2ee3bcd5a416e2eae3c170d22ba022c6e70d4b4;hpb=bad73c5aa069f1f14cc07ce7bbae8d463635560c;p=~andy%2Flinux diff --git a/drivers/base/platform.c b/drivers/base/platform.c index b2ee3bcd5a4..c0b8df38402 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c @@ -45,7 +45,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() * @@ -123,7 +123,7 @@ struct resource *platform_get_resource_byname(struct platform_device *dev, EXPORT_SYMBOL_GPL(platform_get_resource_byname); /** - * platform_get_irq - get an IRQ for a device + * platform_get_irq_byname - get an IRQ for a device by name * @dev: platform device * @name: IRQ name */