Style nits; indentation and tabs
This commit is contained in:
parent
16f205b5c9
commit
a7061b4f97
5 changed files with 36 additions and 36 deletions
2
defs.h
2
defs.h
|
@ -131,7 +131,7 @@ void release(struct spinlock*);
|
||||||
void pushcli(void);
|
void pushcli(void);
|
||||||
void popcli(void);
|
void popcli(void);
|
||||||
void initsleeplock(struct sleeplock*);
|
void initsleeplock(struct sleeplock*);
|
||||||
void acquire_sleeplock(struct sleeplock*,struct spinlock*);
|
void acquire_sleeplock(struct sleeplock*, struct spinlock*);
|
||||||
void release_sleeplock(struct sleeplock*);
|
void release_sleeplock(struct sleeplock*);
|
||||||
int acquired_sleeplock(struct sleeplock*);
|
int acquired_sleeplock(struct sleeplock*);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue