Whamcloud - gitweb
LU-5396 lnet: make some functions static
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_ioctl.h
index 3c62e28..0b17167 100644 (file)
@@ -110,7 +110,7 @@ struct libcfs_ioctl_handler {
 };
 
 #define DECLARE_IOCTL_HANDLER(ident, func)                     \
-       struct libcfs_ioctl_handler ident = {                   \
+       static struct libcfs_ioctl_handler ident = {            \
                /* .item = */ LIST_HEAD_INIT(ident.item),       \
                /* .handle_ioctl = */ func                      \
        }
@@ -157,7 +157,7 @@ struct libcfs_ioctl_handler {
 
 
 /*
- * DLC Speicif IOCTL numbers.
+ * DLC Specific IOCTL numbers.
  * In order to maintain backward compatibility with any possible external
  * tools which might be accessing the IOCTL numbers, a new group of IOCTL
  * number have been allocated.