From: Ben Pfaff Date: Mon, 11 Jan 2010 19:06:36 +0000 (-0800) Subject: dpif: Remove stray new-line. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a501148a3d02974e32cb1a76ef3d6ba3c38419;p=openvswitch dpif: Remove stray new-line. Suggested by Justin Pettit. --- diff --git a/lib/dpif.c b/lib/dpif.c index 06f793ca..6eaa5e0c 100644 --- a/lib/dpif.c +++ b/lib/dpif.c @@ -298,7 +298,6 @@ dpif_set_drop_frags(struct dpif *dpif, bool drop_frags) return error; } - /* Attempts to add 'devname' as a port on 'dpif', given the combination of * ODP_PORT_* flags in 'flags'. If successful, returns 0 and sets '*port_nop' * to the new port's port number (if 'port_nop' is non-null). On failure,