From: Simon Horman Date: Thu, 1 May 2014 08:34:20 +0000 (+0900) Subject: ofproto-dpif: Correct check_recirc comment X-Git-Tag: sliver-openvswitch-2.2.90-1~3^2~19 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=9b2cb97179426f083b1d22b505b61607de5e0c36 ofproto-dpif: Correct check_recirc comment This is a proposed correction for what appears to be an editing error. Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 5eea5ab60..7d082bcc7 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -948,9 +948,9 @@ open_dpif_backer(const char *type, struct dpif_backer **backerp) return error; } -/* Tests whether 'backer''s datapath supports recirculation Only newer datapath - * supports OVS_KEY_ATTR in OVS_ACTION_ATTR_USERSPACE actions. We need to - * disable some features on older datapaths that don't support this feature. +/* Tests whether 'backer''s datapath supports recirculation. Only newer + * datapaths support OVS_KEY_ATTR_RECIRC_ID in keys. We need to disable some + * features on older datapaths that don't support this feature. * * Returns false if 'backer' definitely does not support recirculation, true if * it seems to support recirculation or if at least the error we get is