From 39a501148a3d02974e32cb1a76ef3d6ba3c38419 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 11 Jan 2010 11:06:36 -0800 Subject: [PATCH] dpif: Remove stray new-line. Suggested by Justin Pettit. --- lib/dpif.c | 1 - 1 file changed, 1 deletion(-) 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, -- 2.43.0