[ovs-dev] [PATCH 1/2] jsonrpc: Add function comments.

Russell Bryant rbryant at redhat.com
Tue Mar 31 19:07:32 UTC 2015


On 03/31/2015 02:29 PM, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff <blp at nicira.com>

Acked-by: Russell Bryant <rbryant at redhat.com>


> +/* Sets the DSCP value used for 's''s connection to 'dscp'.  If this is
> + * different from the DSCP value currently in use then the connection is closed
> + * and reconnected. */
>  void
> -jsonrpc_session_set_dscp(struct jsonrpc_session *s,
> -                         uint8_t dscp)
> +jsonrpc_session_set_dscp(struct jsonrpc_session *s, uint8_t dscp)

I noticed an unrelated formatting change here, but I mainly mention it
just to prove that I did read the patch.  :-)

-- 
Russell Bryant



More information about the dev mailing list