[ovs-dev] [PATCH] ofproto-dpif-upcall: Fix typo in comment.

Justin Pettit jpettit at ovn.org
Wed Jan 24 21:48:11 UTC 2018


> On Jan 24, 2018, at 9:47 AM, Ben Pfaff <blp at ovn.org> wrote:
> 
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
> ofproto/ofproto-dpif-upcall.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c
> index 5ddf08a75ec0..035233d5adc8 100644
> --- a/ofproto/ofproto-dpif-upcall.c
> +++ b/ofproto/ofproto-dpif-upcall.c
> @@ -2138,7 +2138,7 @@ revalidate_ukey__(struct udpif *udpif, const struct udpif_key *ukey,
>      * but not the newly revalidated wildcard mask (wc), i.e., if revalidation
>      * tells that the datapath flow is now too generic and must be narrowed
>      * down.  Note that we do not know if the datapath has ignored any of the
> -     * wildcarded bits, so we may be overtly conservative here. */
> +     * wildcarded bits, so we may be overly conservative here. */

Politics seems to be seeping in everywhere, let's try to keep it out of OVS.

Signed-off-by: Justin Pettit <jpettit at ovn.org>

--Justin




More information about the dev mailing list