02/01/2024 08:30, Rakesh Kudurumalla: > +/** > + * Update ethdev rx next node. > + * > + * @param id > + * Node id whose edge is to be updated. > + * @param edge_name > + * Name of the next node. > + * > + * @return > + * ENINVAL: Either of input parameters are invalid
typo: EINVAL > + * ENOMEM: If memory allocation failed > + * 0 on successful initialization. The errors are rendered on the same line by Doxygen. Fixed by making it a list.