[ovs-dev] [PATCH] treewide: Change doubled "; ; " to single "; " in C code.

Russell Bryant rbryant at redhat.com
Wed Jul 22 16:15:54 UTC 2015


On 07/22/2015 11:30 AM, Ben Pfaff wrote:
> Except in "for (;;)".
> 
> Signed-off-by: Ben Pfaff <blp at nicira.com>

All the changes look right to me.  I'm not sure s/;;/;/ represents
copyrightable material worth updating the copyright date for, but I'm
mainly just picking.

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

> diff --git a/lib/vlog.c b/lib/vlog.c
> index 09351a8..29ba620 100644
> --- a/lib/vlog.c
> +++ b/lib/vlog.c
> @@ -1,5 +1,5 @@
>  /*
> - * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
> + * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2015 Nicira, Inc.
>   *
>   * Licensed under the Apache License, Version 2.0 (the "License");
>   * you may not use this file except in compliance with the License.


-- 
Russell Bryant



More information about the dev mailing list