Fix commnents in network-cm-intf.h 53/165153/1 accepted/tizen/unified/20171228.065014 submit/tizen/20171227.071346
authorTaesoo Jun <steve.jun@samsung.com>
Wed, 27 Dec 2017 00:46:19 +0000 (09:46 +0900)
committerTaesoo Jun <steve.jun@samsung.com>
Wed, 27 Dec 2017 00:46:19 +0000 (09:46 +0900)
Change-Id: Idd27a9e4901321dc65bd1293f298e09fce413ac7

include/common/network-cm-intf.h

index 1855e92..b8c36c5 100755 (executable)
@@ -1255,7 +1255,7 @@ int net_get_metered_state(int *state);
  *
  * \param[in]  device_type     specific device type(cellular/wifi).
  * \param[in]  statistics_type specific statistics type.
- * \param[out] statistics_type statistics value requested.
+ * \param[out] size            statistics value requested.
  *
  ******************************************************************************************/
 int net_get_statistics(net_device_t device_type, net_statistics_type_e statistics_type, unsigned long long *size);
@@ -1286,7 +1286,7 @@ int net_stop_tcpdump(void);
 /**
  * \brief Get TCP dump running status.
  *
- * \param[in]  is_tcpdump_running       True or false boolean, tcpdump is in progress or not running
+ * \param[out] is_tcpdump_running       True or false boolean, tcpdump is in progress or not running
  *
  ******************************************************************************************/
 gboolean net_get_tcpdump_state(gboolean *is_tcpdump_running);