On Tue, Oct 27, 2015 at 03:20:48PM +0530, Harmandeep Kaur wrote:
[...]
>  };
>  
> +/*
> + *The xl process should always return either EXIT_SUCCESS or
> + *EXIT_FAILURE. main_* functions, implementing the various xl
> + *commands, can be treated as main() as if they are returning
> + *a process exit status and not a function return value.
> + */
> +

Missing spaces after "*". E.g.
   /*
    * The xl process ....
    * EXIT_FAILURE
    * ...
    */

With that fixed:

Acked-by: Wei Liu <wei.l...@citrix.com>

(This means after fixing the minor problem you can put the above tag in
your commit message. If in doubt, please ask.)


>  int main_vcpulist(int argc, char **argv);
>  int main_info(int argc, char **argv);
>  int main_sharing(int argc, char **argv);
> -- 
> 1.9.1

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to