net/mqtt: tweak doxygen comment for return value

mqtt_init's return value in the generated docs didn't format
correctly.  Needs to be a space after the 0, so just delete
the comma.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-07-31 15:50:52 -07:00 committed by Anas Nashif
commit 80a2f9476f

View file

@ -199,7 +199,7 @@ struct mqtt_ctx {
*
* @param ctx MQTT context structure
* @param app_type See enum mqtt_app
* @retval 0, always.
* @retval 0 always
*/
int mqtt_init(struct mqtt_ctx *ctx, enum mqtt_app app_type);