From 0d3cd872a6ab5a14cfb66bb7faa5a6d83ad3c5ea Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Mon, 8 Jul 2019 16:25:05 +0900 Subject: doxygen: Get rid of warnings Signed-off-by: Saya Sugiura --- src/console/logstorage/dlt-logstorage-udev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/console/logstorage/dlt-logstorage-udev.c') 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. */ -- cgit v1.2.1