summaryrefslogtreecommitdiffstats
path: root/share/examples/lkm
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:58:14 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:58:14 +0000
commit423ba8f9bc23d93bfc244aca9b12563b1c9de90d (patch)
treec35d15efbecd3a9eb67a613df648a6bb614dca4b /share/examples/lkm
parenta14d555c873398b14776ca4f2c33f9c69617afb9 (diff)
downloadFreeBSD-src-423ba8f9bc23d93bfc244aca9b12563b1c9de90d.zip
FreeBSD-src-423ba8f9bc23d93bfc244aca9b12563b1c9de90d.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'share/examples/lkm')
-rw-r--r--share/examples/lkm/misc/module/miscmod.c2
-rw-r--r--share/examples/lkm/syscall/module/newsyscall.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/lkm/misc/module/miscmod.c b/share/examples/lkm/misc/module/miscmod.c
index 04aa07c..cc992aa 100644
--- a/share/examples/lkm/misc/module/miscmod.c
+++ b/share/examples/lkm/misc/module/miscmod.c
@@ -176,7 +176,7 @@ int cmd;
* case it should return an errno from errno.h).
*/
miscmod( lkmtp, cmd, ver)
-struct lkm_table *lkmtp;
+struct lkm_table *lkmtp;
int cmd;
int ver;
{
diff --git a/share/examples/lkm/syscall/module/newsyscall.c b/share/examples/lkm/syscall/module/newsyscall.c
index 5ae9e7d..3b690c2 100644
--- a/share/examples/lkm/syscall/module/newsyscall.c
+++ b/share/examples/lkm/syscall/module/newsyscall.c
@@ -102,7 +102,7 @@ int cmd;
* case it should return an errno from errno.h).
*/
newsyscall( lkmtp, cmd, ver)
-struct lkm_table *lkmtp;
+struct lkm_table *lkmtp;
int cmd;
int ver;
{
OpenPOWER on IntegriCloud