polachok's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1e811a6
)
device.h: Properly tabify
author
Sascha Wildner <saw@online.de>
Fri, 28 Aug 2009 20:07:06 +0000 (22:07 +0200)
committer
Sascha Wildner <saw@online.de>
Fri, 28 Aug 2009 20:07:26 +0000 (22:07 +0200)
sys/sys/device.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/sys/device.h
b/sys/sys/device.h
index
4f345ef
..
169bc44
100644
(file)
--- a/
sys/sys/device.h
+++ b/
sys/sys/device.h
@@
-210,11
+210,11
@@
typedef int d_revoke_t (struct dev_revoke_args *ap);
struct dev_ops {
struct {
const char *name; /* base name, e.g. 'da' */
- int maj; /* major device number */
- u_int flags; /* D_XXX flags */
+ int maj; /* major device number */
+ u_int flags; /* D_XXX flags */
void *data; /* custom driver data */
- int refs; /* ref count */
- int id;
+ int refs; /* ref count */
+ int id;
} head;
#define dev_ops_first_field d_default