[PATCH 08/17] console_private.h: Improve comment for vt_ioctl()
Joel Sherrill
joel at rtems.org
Wed Mar 9 22:24:53 UTC 2016
---
c/src/lib/libbsp/shared/console_private.h | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/c/src/lib/libbsp/shared/console_private.h b/c/src/lib/libbsp/shared/console_private.h
index 2af5326..42a8ee9 100644
--- a/c/src/lib/libbsp/shared/console_private.h
+++ b/c/src/lib/libbsp/shared/console_private.h
@@ -31,11 +31,14 @@ extern rtems_device_minor_number BSPPrintkPort;
/**
* @brief
*
- * This function
+ * This function is the ioctl() support for a VGA buffer driver.
*
- * @return This method returns
+ * @return This method returns 0 on success.
*/
-int vt_ioctl( unsigned int cmd, unsigned long arg);
+int vt_ioctl(
+ unsigned int cmd,
+ unsigned long arg
+);
/**
* @brief console_initialize_data
--
1.8.3.1
More information about the devel
mailing list