diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-04-21 10:22:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-05-08 22:22:20 -0400 |
commit | d86c1302c58e4d4ebd99d459c2daff13613ac7f4 (patch) | |
tree | 9d7d2a5e67d827fc0bd8c712d9d56ed16767a6cf /drivers/base/platform.c | |
parent | 091bf7624d1c90cec9e578a18529f615213ff847 (diff) |
Driver core: platform: fix kernel-doc warnings
Fix function parameter notation in platform.c;
fixes kernel-doc warnings.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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, |