[ovs-dev] [PATCH 2/3] netdev-bsd: Fix a whitespace

YAMAMOTO Takashi yamamoto at valinux.co.jp
Tue May 20 07:14:35 UTC 2014


Signed-off-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>
---
 lib/netdev-bsd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/netdev-bsd.c b/lib/netdev-bsd.c
index 8291182..8dc33df 100644
--- a/lib/netdev-bsd.c
+++ b/lib/netdev-bsd.c
@@ -247,7 +247,7 @@ cache_notifier_ref(void)
 
     if (!cache_notifier_refcount) {
         ret = rtbsd_notifier_register(&netdev_bsd_cache_notifier,
-                                                netdev_bsd_cache_cb, NULL);
+                                      netdev_bsd_cache_cb, NULL);
         if (ret) {
             return ret;
         }
-- 
1.8.3.1




More information about the dev mailing list