enforce experimental tag at beginning of declarations
[dpdk.git] / lib / librte_sched / rte_sched.h
index 904d09d..d61dda9 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
  *         classes of the same subport;
  *           - When any subport traffic class is oversubscribed
  *         (configuration time event), the usage of subport member
- *         pipes with high demand for thattraffic class pipes is
+ *         pipes with high demand for that traffic class pipes is
  *         truncated to a dynamically adjusted value with no
  *             impact to low demand pipes;
  *     3. Pipe:
@@ -249,7 +249,8 @@ rte_sched_port_free(struct rte_sched_port *port);
  * @return
  *   0 upon success, error code otherwise
  */
-int __rte_experimental
+__rte_experimental
+int
 rte_sched_port_pipe_profile_add(struct rte_sched_port *port,
        struct rte_sched_pipe_params *params,
        uint32_t *pipe_profile_id);