summaryrefslogtreecommitdiff
path: root/src/console/logstorage/dlt-logstorage-udev.c
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-07-08 16:25:05 +0900
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-07-19 14:46:29 +0900
commit0d3cd872a6ab5a14cfb66bb7faa5a6d83ad3c5ea (patch)
treec766a223d631df369d8939c4ec1d38fa1a1b3e67 /src/console/logstorage/dlt-logstorage-udev.c
parent868d212f5de18d084f5bcb88154ee7bad77ca71b (diff)
downloadDLT-daemon-0d3cd872a6ab5a14cfb66bb7faa5a6d83ad3c5ea.tar.gz
doxygen: Get rid of warnings
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'src/console/logstorage/dlt-logstorage-udev.c')
-rw-r--r--src/console/logstorage/dlt-logstorage-udev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/console/logstorage/dlt-logstorage-udev.c b/src/console/logstorage/dlt-logstorage-udev.c
index e50e660..73b4d24 100644
--- a/src/console/logstorage/dlt-logstorage-udev.c
+++ b/src/console/logstorage/dlt-logstorage-udev.c
@@ -132,8 +132,8 @@ static char *dlt_logstorage_udev_get_mount_point(char *dev_node)
* Check if the device was on the list, remove it and send the message
* to the daemon.
*
- * @event The kind of event happening
- * @part The device partition to be checked
+ * @param event The kind of event happening
+ * @param part The device partition to be checked
*
* @return 0 on success, -1 if an error occured.
*/
@@ -268,7 +268,7 @@ static int logstorage_udev_udevd_callback(void)
* The function looks for block devices that are of "partition" type.
* Then, it gets the node, and call check_mountpoint_from_partition with it.
*
- * @udev The udev device used to find all the nodes
+ * @param udev The udev device used to find all the nodes
*
* @return 0 on success, -1 otherwise.
*/