diff options
Diffstat (limited to 'drivers/base/platform.c')
-rw-r--r-- | drivers/base/platform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/base/platform.c b/drivers/base/platform.c index b2ee3bcd5a41..c0b8df38402b 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c | |||
@@ -45,7 +45,7 @@ EXPORT_SYMBOL_GPL(platform_bus); | |||
45 | * be setup before the platform_notifier is called. So if a user needs to | 45 | * be setup before the platform_notifier is called. So if a user needs to |
46 | * manipulate any relevant information in the pdev_archdata they can do: | 46 | * manipulate any relevant information in the pdev_archdata they can do: |
47 | * | 47 | * |
48 | * platform_devic_alloc() | 48 | * platform_device_alloc() |
49 | * ... manipulate ... | 49 | * ... manipulate ... |
50 | * platform_device_add() | 50 | * platform_device_add() |
51 | * | 51 | * |
@@ -123,7 +123,7 @@ struct resource *platform_get_resource_byname(struct platform_device *dev, | |||
123 | EXPORT_SYMBOL_GPL(platform_get_resource_byname); | 123 | EXPORT_SYMBOL_GPL(platform_get_resource_byname); |
124 | 124 | ||
125 | /** | 125 | /** |
126 | * platform_get_irq - get an IRQ for a device | 126 | * platform_get_irq_byname - get an IRQ for a device by name |
127 | * @dev: platform device | 127 | * @dev: platform device |
128 | * @name: IRQ name | 128 | * @name: IRQ name |
129 | */ | 129 | */ |