mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.
It's kind of odd for VLOG_DEFINE_THIS_MODULE to supply its own semicolon, so this commit switches to the more common form.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
#include "svec.h"
|
||||
#include "vlog.h"
|
||||
|
||||
VLOG_DEFINE_THIS_MODULE(netdev_linux)
|
||||
VLOG_DEFINE_THIS_MODULE(netdev_linux);
|
||||
|
||||
/* These were introduced in Linux 2.6.14, so they might be missing if we have
|
||||
* old headers. */
|
||||
|
Reference in New Issue
Block a user