Fix some rpc-port-parcel API's description 97/262697/1
authorChanggyu Choi <changyu.choi@samsung.com>
Wed, 18 Aug 2021 05:16:18 +0000 (14:16 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Wed, 18 Aug 2021 05:19:53 +0000 (14:19 +0900)
Change-Id: I113827fbdbee8361bf6d82556c33524c28be861b
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
include/rpc-port-parcel.h

index 292dfd6..005148c 100644 (file)
@@ -402,7 +402,6 @@ int rpc_port_parcel_read_array_count(rpc_port_parcel_h h, int *count);
  */
 int rpc_port_parcel_read(rpc_port_parcel_h h, rpc_port_parcelable_t *parcelable, void *data);
 
-
 /**
  * @brief Reads bytes from rpc port parcel handle.
  * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
@@ -447,7 +446,7 @@ int rpc_port_parcel_get_header(rpc_port_parcel_h h, rpc_port_parcel_header_h *he
 /**
  * @brief Sets the sequence number to the header handle of the rpc port parcel.
  * @since_tizen 6.5
- * @param[in] header The header handler of the rpc port parcel
+ * @param[in] header The header handle of the rpc port parcel
  * @param[in] seq_num The sequence number
  * @return @c 0 on success,
  *         otherwise a negative error value