Whamcloud - gitweb
- fix syntax error
authorccooper <ccooper>
Mon, 19 Apr 2004 14:29:47 +0000 (14:29 +0000)
committerccooper <ccooper>
Mon, 19 Apr 2004 14:29:47 +0000 (14:29 +0000)
lnet/libcfs/debug.c
lustre/portals/libcfs/debug.c

index aaf5827..519db0e 100644 (file)
@@ -1003,7 +1003,7 @@ extern int lookup_symbol(unsigned long address, char *buf, int buflen);
 const char *kallsyms_lookup(unsigned long addr,
                             unsigned long *symbolsize,
                             unsigned long *offset,
-                            char **modname, char *namebuf);
+                            char **modname, char *namebuf)
 {
         int rc = lookup_symbol(addr, namebuf, 128);
         if (rc == -ENOSYS)
index aaf5827..519db0e 100644 (file)
@@ -1003,7 +1003,7 @@ extern int lookup_symbol(unsigned long address, char *buf, int buflen);
 const char *kallsyms_lookup(unsigned long addr,
                             unsigned long *symbolsize,
                             unsigned long *offset,
-                            char **modname, char *namebuf);
+                            char **modname, char *namebuf)
 {
         int rc = lookup_symbol(addr, namebuf, 128);
         if (rc == -ENOSYS)