Skip to content

Commit

Permalink
netdev-bsd: Fix a whitespace
Browse files Browse the repository at this point in the history
Acked-by: Ben Pfaff <[email protected]>
Signed-off-by: YAMAMOTO Takashi <[email protected]>
  • Loading branch information
yamt committed May 21, 2014
1 parent d7d9220 commit 5ae76b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netdev-bsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5ae76b4

Please sign in to comment.