aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_emul.h
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-08-16 18:54:51 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-08-16 18:54:51 +0000
commit0eef2f8a4e5f42f98983e352732b9d883d96c53a (patch)
tree9b98826a447368cd130db3286d51a49bdc063241 /sys/compat/linux/linux_emul.h
parentc6d0f16db1dc450c7d6c0b5b5b8ca37ada5130d9 (diff)
downloadsrc-0eef2f8a4e5f42f98983e352732b9d883d96c53a.tar.gz
src-0eef2f8a4e5f42f98983e352732b9d883d96c53a.zip
Style fixes to comments.
Sponsored by: Google SoC 2006 Submitted by: rdivacky Noticed by: jhb, ssouhlal
Notes
Notes: svn path=/head/; revision=161365
Diffstat (limited to 'sys/compat/linux/linux_emul.h')
-rw-r--r--sys/compat/linux/linux_emul.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_emul.h b/sys/compat/linux/linux_emul.h
index 2eafb839a647..1cae3db41a1f 100644
--- a/sys/compat/linux/linux_emul.h
+++ b/sys/compat/linux/linux_emul.h
@@ -38,7 +38,8 @@ struct linux_emuldata_shared {
LIST_HEAD(, linux_emuldata) threads; /* head of list of linux threads */
};
-/* modeled after similar structure in NetBSD
+/*
+ * modeled after similar structure in NetBSD
* this will be extended as we need more functionality
*/
struct linux_emuldata {