summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_sem.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
committerrwatson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
commit69938bd19626ef8e176215880689a282503f8eca (patch)
tree2dd9323b62ee1cbf7eb55c41c1cc9c518ebd0111 /sys/kern/uipc_sem.c
parentbc98d02991feca044590da3d2fccb75e6f3f21da (diff)
downloadFreeBSD-src-69938bd19626ef8e176215880689a282503f8eca.zip
FreeBSD-src-69938bd19626ef8e176215880689a282503f8eca.tar.gz
Further system call comment cleanup:
- Remove also "MP SAFE" after prior "MPSAFE" pass. (suggested by bde) - Remove extra blank lines in some cases. - Add extra blank lines in some cases. - Remove no-op comments consisting solely of the function name, the word "syscall", or the system call name. - Add punctuation. - Re-wrap some comments.
Diffstat (limited to 'sys/kern/uipc_sem.c')
-rw-r--r--sys/kern/uipc_sem.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/uipc_sem.c b/sys/kern/uipc_sem.c
index 0347a51..c9903aa 100644
--- a/sys/kern/uipc_sem.c
+++ b/sys/kern/uipc_sem.c
@@ -518,7 +518,6 @@ struct ksem_unlink_args {
};
int ksem_unlink(struct thread *td, struct ksem_unlink_args *uap);
#endif
-
int
ksem_unlink(struct thread *td, struct ksem_unlink_args *uap)
{
@@ -566,7 +565,6 @@ struct ksem_close_args {
};
int ksem_close(struct thread *td, struct ksem_close_args *uap);
#endif
-
int
ksem_close(struct thread *td, struct ksem_close_args *uap)
{
@@ -639,7 +637,6 @@ struct ksem_wait_args {
};
int ksem_wait(struct thread *td, struct ksem_wait_args *uap);
#endif
-
int
ksem_wait(struct thread *td, struct ksem_wait_args *uap)
{
OpenPOWER on IntegriCloud