wg: style
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
6f9b135966
commit
06e7bdf2a5
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ static int kernel_set_device(struct wgdevice *dev)
|
|||
struct nlmsghdr *nlh;
|
||||
struct mnlg_socket *nlg;
|
||||
|
||||
nlg= mnlg_socket_open(WG_GENL_NAME, WG_GENL_VERSION);
|
||||
nlg = mnlg_socket_open(WG_GENL_NAME, WG_GENL_VERSION);
|
||||
if (!nlg)
|
||||
return -errno;
|
||||
|
||||
|
|
Loading…
Reference in a new issue