summaryrefslogtreecommitdiff
path: root/hidep/hidep.c
diff options
context:
space:
mode:
Diffstat (limited to 'hidep/hidep.c')
-rw-r--r--hidep/hidep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hidep/hidep.c b/hidep/hidep.c
index 0778c8e..3a14765 100644
--- a/hidep/hidep.c
+++ b/hidep/hidep.c
@@ -76,7 +76,7 @@ hidep_handle(struct lkm_table *lkmtp, int cmd)
int
hidep(struct lkm_table *lkmtp, int cmd, int ver)
{
- DISPATCH(lkmtp, cmd, ver, hidep_handle, hidep_handle, lkm_nofunc)
+ DISPATCH(lkmtp, cmd, ver, hidep_handle, hidep_handle, lkm_nofunc);
}
int