On 08/14/2014 08:10 PM, Aws Ismail wrote:
  typedef struct {
-       odp_pktio_t pktio;
+       odp_pktio_t pktio;  /**< ODP packet IO handler */
        odp_buffer_pool_t pool; /**< Buffer pool for packet IO */
        char *pktio_dev;        /**< Interface name to use */
        int netmap_mode;        /**< Either poll the hardware rings or the
Nope, can you align all /** starting from the same level.

I.e. add tab after ";"

Fix has to be (not sure if copy paste to email is good):

-       odp_pktio_t pktio;  /**< ODP packet IO handler */
+       odp_pktio_t pktio;      /**< ODP packet IO handler */
        odp_buffer_pool_t pool; /**< Buffer pool for packet IO */
        char *pktio_dev;        /**< Interface name to use */
        int netmap_mode;        /**< Either poll the hardware rings or the


_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to