diff options
Diffstat (limited to 'drivers/base/platform.c')
-rw-r--r-- | drivers/base/platform.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/base/platform.c b/drivers/base/platform.c index b5b6c973a2e0..ec5400c32021 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c | |||
@@ -1028,7 +1028,7 @@ static __initdata LIST_HEAD(early_platform_device_list); | |||
1028 | 1028 | ||
1029 | /** | 1029 | /** |
1030 | * early_platform_driver_register | 1030 | * early_platform_driver_register |
1031 | * @edrv: early_platform driver structure | 1031 | * @epdrv: early_platform driver structure |
1032 | * @buf: string passed from early_param() | 1032 | * @buf: string passed from early_param() |
1033 | */ | 1033 | */ |
1034 | int __init early_platform_driver_register(struct early_platform_driver *epdrv, | 1034 | int __init early_platform_driver_register(struct early_platform_driver *epdrv, |
@@ -1112,7 +1112,7 @@ void __init early_platform_driver_register_all(char *class_str) | |||
1112 | 1112 | ||
1113 | /** | 1113 | /** |
1114 | * early_platform_match | 1114 | * early_platform_match |
1115 | * @edrv: early platform driver structure | 1115 | * @epdrv: early platform driver structure |
1116 | * @id: id to match against | 1116 | * @id: id to match against |
1117 | */ | 1117 | */ |
1118 | static __init struct platform_device * | 1118 | static __init struct platform_device * |
@@ -1130,7 +1130,7 @@ early_platform_match(struct early_platform_driver *epdrv, int id) | |||
1130 | 1130 | ||
1131 | /** | 1131 | /** |
1132 | * early_platform_left | 1132 | * early_platform_left |
1133 | * @edrv: early platform driver structure | 1133 | * @epdrv: early platform driver structure |
1134 | * @id: return true if id or above exists | 1134 | * @id: return true if id or above exists |
1135 | */ | 1135 | */ |
1136 | static __init int early_platform_left(struct early_platform_driver *epdrv, | 1136 | static __init int early_platform_left(struct early_platform_driver *epdrv, |