Remove unneeded blank line from bpf_drvinit().
MFC after: 3 days
This commit is contained in:
parent
5ca4819ddf
commit
974e99b008
@ -2038,7 +2038,6 @@ bpf_drvinit(void *unused)
|
||||
dev = make_dev(&bpf_cdevsw, 0, UID_ROOT, GID_WHEEL, 0600, "bpf");
|
||||
/* For compatibility */
|
||||
make_dev_alias(dev, "bpf0");
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user