From 6abdd89f191a5e6d64055093f68a4fce10554f82 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 14 Jun 2021 09:57:51 +0200 Subject: Use a common phrase for pointer parameters Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993. --- cpukit/include/rtems/io.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cpukit/include/rtems/io.h') diff --git a/cpukit/include/rtems/io.h b/cpukit/include/rtems/io.h index d8ce527b0e..181da9fe4f 100644 --- a/cpukit/include/rtems/io.h +++ b/cpukit/include/rtems/io.h @@ -194,9 +194,10 @@ typedef struct { * * @param driver_table is the device driver address table. * - * @param[out] registered_major is the pointer to a device major number - * variable. When the directive call is successful, the device major number - * of the registered device will be stored in this variable. + * @param[out] registered_major is the pointer to an + * ::rtems_device_major_number object. When the directive call is + * successful, the device major number of the registered device will be + * stored in this object. * * @retval ::RTEMS_SUCCESSFUL The requested operation was successful. * -- cgit v1.2.3