2015-05-19 17:04, Erik Ziegenbalg:
> From: eziegenb <eziegenb at brocade.com>
> 
> A function in cmdline.c has a return that does not free buf properly.
> 
> Signed-off-by: Erik Ziegenbalg <eziegenb at brocade.com>

You forgot to add a changelog and the previous acked-by:
Acked-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: John McNamara <john.mcnamara at intel.com>

> -     if (ret < 0)
> +     if (ret < 0){

checkpatch complains about a missing space.

Applied with the above fix, thanks

Reply via email to