clang-format

This commit is contained in:
2024-09-10 13:03:02 -04:00
parent 53c617d779
commit d66450e427
381 changed files with 28864 additions and 34170 deletions

View File

@@ -34,9 +34,8 @@
* Wait channel.
*/
struct spinlock; /* in spinlock.h */
struct wchan; /* Opaque */
struct wchan; /* Opaque */
/*
* Create a wait channel. Use NAME as a symbolic name for the channel.
@@ -76,5 +75,4 @@ void wchan_sleep(struct wchan *wc, struct spinlock *lk);
void wchan_wakeone(struct wchan *wc, struct spinlock *lk);
void wchan_wakeall(struct wchan *wc, struct spinlock *lk);
#endif /* _WCHAN_H_ */