Fix some types 89/262689/2
authorChanggyu Choi <changyu.choi@samsung.com>
Wed, 18 Aug 2021 02:46:51 +0000 (11:46 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Wed, 18 Aug 2021 02:50:14 +0000 (02:50 +0000)
Change-Id: I2a516191a72c098b8e9f89751a124c38052d66eb
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
include/rpc-port.h
test/unit_tests/rpc_port_parcel_test.cc

index bde887d..458f922 100644 (file)
@@ -544,7 +544,7 @@ int rpc_port_unset_private_sharing(rpc_port_h port);
  * @retval #RPC_PORT_ERROR_NONE Successful
  * @retval #RPC_PORT_ERROR_INVALID_PARAMETER Invalid parameter
  */
-int rpc_port_disconnect(rpc_port_h h);
+int rpc_port_disconnect(rpc_port_h port);
 
 /**
  * @}
index 79bb7dd..c982844 100644 (file)
@@ -345,7 +345,7 @@ TEST_F(ParcelTest, rpc_port_parcel_get_header_N) {
 
 /*
  * @testcase rpc_port_parcel_header_set_get_seq_num_P
- * @description Sets and Gets the sequence number
+ * @description Sets and gets the sequence number
  * @apicovered rpc_port_parcel_header_set_seq_num, rpc_port_parcel_header_get_seq_num
  */
 TEST_F(ParcelTest, rpc_port_parcel_header_set_get_seq_num_P) {
@@ -364,7 +364,7 @@ TEST_F(ParcelTest, rpc_port_parcel_header_set_get_seq_num_P) {
 
 /*
  * @testcase rpc_port_parcel_header_set_get_seq_num_N
- * @description Sets and Gets the sequence number
+ * @description Sets and gets the sequence number
  * @apicovered rpc_port_parcel_header_set_seq_num, rpc_port_parcel_header_get_seq_num
  */
 TEST_F(ParcelTest, rpc_port_parcel_header_set_get_seq_num_N) {