From mboxrd@z Thu Jan 1 00:00:00 1970 From: xiangxia.m.yue@gmail.com Subject: [PATCH 3/3] vhost: fix typo in fdset_event_dispatch comment Date: Fri, 27 Apr 2018 08:19:45 -0700 Message-ID: <1524842385-61707-3-git-send-email-xiangxia.m.yue@gmail.com> References: <1524842385-61707-1-git-send-email-xiangxia.m.yue@gmail.com> Cc: dev@dpdk.org, Tonghao Zhang To: maxime.coquelin@redhat.com, jianfeng.tan@intel.com, yliu@fridaylinux.org Return-path: Received: from mail-pf0-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by dpdk.org (Postfix) with ESMTP id 3F89CAAA7 for ; Fri, 27 Apr 2018 17:20:44 +0200 (CEST) Received: by mail-pf0-f193.google.com with SMTP id j5so1730904pfh.2 for ; Fri, 27 Apr 2018 08:20:44 -0700 (PDT) In-Reply-To: <1524842385-61707-1-git-send-email-xiangxia.m.yue@gmail.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Tonghao Zhang Signed-off-by: Tonghao Zhang --- lib/librte_vhost/fd_man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_vhost/fd_man.c b/lib/librte_vhost/fd_man.c index b24c27d..38347ab 100644 --- a/lib/librte_vhost/fd_man.c +++ b/lib/librte_vhost/fd_man.c @@ -293,7 +293,7 @@ * because the fd is closed in the cb, * the old fd val could be reused by when creates new * listen fd in another thread, we couldn't call - * fd_set_del. + * fdset_del. */ if (remove1 || remove2) { pfdentry->fd = -1; -- 1.8.3.1