From b026426ea04f327826b83b668c0ac648a6c47e55 Mon Sep 17 00:00:00 2001
From: John Hodge <tpg@mutabah.net>
Date: Sat, 22 Oct 2011 17:45:51 +0800
Subject: [PATCH] Kernel/APIs - Commenting fix in Joystick

---
 Kernel/include/api_drv_joystick.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Kernel/include/api_drv_joystick.h b/Kernel/include/api_drv_joystick.h
index 43190218..3ec8597b 100644
--- a/Kernel/include/api_drv_joystick.h
+++ b/Kernel/include/api_drv_joystick.h
@@ -51,14 +51,14 @@ enum eTplJoystick_IOCtl {
 
 	/**
 	 * ioctl(..., tJoystickNumValue *)
-	 * \brief Set maximum value for sJoystick_Axis.CurState
+	 * \brief Set maximum value for sJoystick_Axis.CursorPos
 	 * \note If \a Value is equal to -1 (all bits set), the value is not changed
 	 */
 	JOY_IOCTL_GETSETAXISLIMIT,
 
 	/**
 	 * ioctl(..., tJoystickNumValue *)
-	 * \brief Set the value of sJoystick_Axis.CurState
+	 * \brief Set the value of sJoystick_Axis.CursorPos
 	 * \note If \a Value is equal to -1 (all bits set), the value is not changed
 	 */
 	JOY_IOCTL_GETSETAXISPOSITION,
-- 
GitLab