Skip to content

Commit eba6cb3

Browse files
author
Octavian Purdila
committed
Merge pull request torvalds#146 from ngkaho1234/ret-of-lkl_netdevs_remove
lkl: return 0 in lkl_netdevs_remove in tools/lkl/lib/nt-host.c
2 parents 5b7a956 + e3ab652 commit eba6cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lkl/lib/nt-host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,5 +314,5 @@ struct lkl_dev_blk_ops lkl_dev_blk_ops = {
314314
* any network IO on Windows, anyway, so there's no loss here. */
315315
int lkl_netdevs_remove(void)
316316
{
317-
return -1;
317+
return 0;
318318
}

0 commit comments

Comments
 (0)