On Tue, May 15, 2012 at 08:06:58AM -0700, Andrew Stiegmann (stieg) wrote: > +/* > + *---------------------------------------------------------------------- > + * > + * ctx_signal_notify -- > + * > + * Sets the notify flag to true. Assumes that the context lock is > + * held. > + * > + * Results: > + * None. > + * > + * Side effects: > + * None. > + * > + *---------------------------------------------------------------------- > + */ > + > +static void ctx_signal_notify(struct vmci_ctx *context) > +{ > + if (context->notify) > + *context->notify = true; > +} What's with the bizarre comment block format here and throughout the code? Care to fix it up (i.e. delete it all from static functions, and use kerneldoc for public functions.) thanks, greg k-h _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/virtualization