From d7d92203ca15527ca7b70adbfab669166c7612b9 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 19 May 2014 16:57:49 +0900 Subject: [PATCH] ofproto: Fix comments Acked-by: Ben Pfaff Signed-off-by: YAMAMOTO Takashi --- ofproto/ofproto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 9b26da7c3..e728921be 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -2147,7 +2147,7 @@ dealloc_ofp_port(struct ofproto *ofproto, ofp_port_t ofp_port) /* Opens and returns a netdev for 'ofproto_port' in 'ofproto', or a null * pointer if the netdev cannot be opened. On success, also fills in - * 'opp'. */ + * '*pp'. */ static struct netdev * ofport_open(struct ofproto *ofproto, struct ofproto_port *ofproto_port, @@ -2190,7 +2190,7 @@ ofport_open(struct ofproto *ofproto, } /* Returns true if most fields of 'a' and 'b' are equal. Differences in name, - * port number, and 'config' bits other than OFPUTIL_PS_LINK_DOWN are + * port number, and 'config' bits other than OFPUTIL_PC_PORT_DOWN are * disregarded. */ static bool ofport_equal(const struct ofputil_phy_port *a, -- 2.39.5