From 0bd14d309e6c71075fd5baefe7972b15f5d0a07b Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 17 Sep 2015 12:59:48 -0400 Subject: [PATCH] doxygen: fixed documenation build warning in init.h Change-Id: Ifb46fe9303e74ac0b2a4bec3f633d612d25ff166 Signed-off-by: Anas Nashif --- include/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/init.h b/include/init.h index e1ff14e83f3..94cf27aa281 100644 --- a/include/init.h +++ b/include/init.h @@ -59,7 +59,7 @@ * @param id The init level id where the init object will be placed * in the image. * - * @param driver_data The pointer to the driver data for the driver instance. + * @param data The pointer to the driver data for the driver instance. * @sa DECLARE_DEVICE_INIT_CONFIG() */ #define __define_initconfig(cfg_name, id, data) \