From: pr.jung Date: Wed, 26 Apr 2017 05:49:21 +0000 (+0900) Subject: Fix document X-Git-Tag: accepted/tizen/3.0/tv/20170509.223009 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2F3.0%2Ftv%2F20170509.223009;p=platform%2Fcore%2Fsystem%2Flibstorage.git Fix document Change-Id: Ie4e90bad1ed6acc30abc6ae7ac50a17a239f7100 Signed-off-by: pr.jung --- diff --git a/include/storage-expand.h b/include/storage-expand.h index 48c26b8..b432382 100644 --- a/include/storage-expand.h +++ b/include/storage-expand.h @@ -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 diff --git a/src/storage-external.c b/src/storage-external.c index 42ea2e8..b6ce13a 100755 --- a/src/storage-external.c +++ b/src/storage-external.c @@ -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; }