Fix document 68/127068/2 accepted/tizen/3.0/common/20170510.182959 accepted/tizen/3.0/ivi/20170509.223016 accepted/tizen/3.0/mobile/20170509.223003 accepted/tizen/3.0/tv/20170509.223009 accepted/tizen/3.0/wearable/20170509.223011 submit/tizen_3.0-common/20170510.074450 submit/tizen_3.0/20170426.074948 submit/tizen_3.0_common/20170510.075013
authorpr.jung <pr.jung@samsung.com>
Wed, 26 Apr 2017 05:49:21 +0000 (14:49 +0900)
committerJung <pr.jung@samsung.com>
Wed, 26 Apr 2017 06:23:59 +0000 (06:23 +0000)
Change-Id: Ie4e90bad1ed6acc30abc6ae7ac50a17a239f7100
Signed-off-by: pr.jung <pr.jung@samsung.com>
include/storage-expand.h
src/storage-external.c

index 48c26b8..b432382 100644 (file)
@@ -258,7 +258,7 @@ typedef enum {
  * @brief Called when the state of a storage type changes.
  * @since_tizen 3.0
  * @param[in] storage_id The unique storage ID
- * @param[in] type The type of the storage device
+ * @param[in] dev The type of the external storage device
  * @param[in] state The state of the storage
  * @param[in] fstype The type of the file system
  * @param[in] fsuuid The uuid of the file system
index 42ea2e8..b6ce13a 100755 (executable)
@@ -441,7 +441,7 @@ int storage_ext_get_state(int storage_id, storage_state_e *state)
        if (ret < 0)
                _E("Failed to get state of storage id (%d, ret:%d)", storage_id, ret); //LCOV_EXCL_LINE
 
-out :
+out:
        storage_ext_release_device(&dev);
        return ret;
 }