clang-format
This commit is contained in:
@@ -33,14 +33,10 @@
|
||||
/*#include <lamebus/lnet.h>*/ /* not yet */
|
||||
#include "autoconf.h"
|
||||
|
||||
int
|
||||
config_lnet(struct lnet_softc *sc, int lnetno)
|
||||
{
|
||||
(void)sc;
|
||||
int config_lnet(struct lnet_softc *sc, int lnetno) {
|
||||
(void)sc;
|
||||
|
||||
kprintf("lnet%d: No network support in system\n", lnetno);
|
||||
kprintf("lnet%d: No network support in system\n", lnetno);
|
||||
|
||||
return ENODEV;
|
||||
return ENODEV;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user