Whitespace change to line up dev_sotfc definition.
This commit is contained in:
parent
b14f13459e
commit
46809e695f
@ -402,15 +402,15 @@ STAILQ_HEAD(devq, dev_event_info);
|
||||
|
||||
static struct dev_softc
|
||||
{
|
||||
int inuse;
|
||||
int nonblock;
|
||||
int queued;
|
||||
int async;
|
||||
struct mtx mtx;
|
||||
struct cv cv;
|
||||
struct selinfo sel;
|
||||
struct devq devq;
|
||||
struct sigio *sigio;
|
||||
int inuse;
|
||||
int nonblock;
|
||||
int queued;
|
||||
int async;
|
||||
struct mtx mtx;
|
||||
struct cv cv;
|
||||
struct selinfo sel;
|
||||
struct devq devq;
|
||||
struct sigio *sigio;
|
||||
} devsoftc;
|
||||
|
||||
static void filt_devctl_detach(struct knote *kn);
|
||||
|
Loading…
x
Reference in New Issue
Block a user