From: Ben Pfaff Date: Mon, 11 Jan 2010 19:06:36 +0000 (-0800) Subject: dpif: Remove stray new-line. X-Git-Tag: v0.99.1~1^2~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=39a501148a3d02974e32cb1a76ef3d6ba3c38419;p=sliver-openvswitch.git dpif: Remove stray new-line. Suggested by Justin Pettit. --- diff --git a/lib/dpif.c b/lib/dpif.c index 06f793ca6..6eaa5e0c8 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,