diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-30 11:16:01 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-08 23:06:55 +0900 |
commit | 5eb7693cd909511308b6c2828686d51375a3506a (patch) | |
tree | 63b1a2d4673f76dfa220b89c91b81fa0f2b9ef06 /ipc | |
parent | fc4381de43acbf602e30ab31f73e47230caf2638 (diff) |
Add comments after endifs
* device/cons.c [MACH_KMSG]: Likewise.
[CONSBUFSIZE > 0]: Likewise.
* i386/i386/trap.c [MACH_KDB]: Likewise.
[MACH_PV_PAGETABLES]: Likewise.
* i386/i386at/kd.c [ENABLE_IMMEDIATE_CONSOLE]: Likewise.
* ipc/ipc_kmsg_queue.h [_IPC_KMSG_QUEUE_H_]: Likewise.
* kern/act.c [ACTWATCH]: Likewise.
* kern/refcount.h [MACHINE_REFCOUNT]: Likewise.
* kern/task.c [FAST_TAS]: Likewise.
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_kmsg_queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_kmsg_queue.h b/ipc/ipc_kmsg_queue.h index 51ccbe2..b4b3df1 100644 --- a/ipc/ipc_kmsg_queue.h +++ b/ipc/ipc_kmsg_queue.h @@ -27,5 +27,5 @@ #define _IPC_KMSG_QUEUE_H_ struct ipc_kmsg_queue { struct ipc_kmsg *ikmq_base; }; -#endif +#endif /* _IPC_KMSG_QUEUE_H_ */ |