Whamcloud - gitweb
A couple of trivial spelling fixes.
[fs/lustre-release.git] / lustre / ptlrpc / sec_lproc.c
index de6770f..51bace7 100644 (file)
@@ -16,8 +16,8 @@
  * in the LICENSE file that accompanied this code).
  *
  * You should have received a copy of the GNU General Public License
- * version 2 along with this program; If not, see [sun.com URL with a
- * copy of GPLv2].
+ * version 2 along with this program; If not, see
+ * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
  *
  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  * CA 95054 USA or visit www.sun.com if you need additional information or
@@ -159,18 +159,18 @@ int sptlrpc_lprocfs_cliobd_attach(struct obd_device *dev)
                 return -EINVAL;
         }
 
-        rc = lprocfs_obd_seq_create(dev, "srpc.info", 0444,
+        rc = lprocfs_obd_seq_create(dev, "srpc_info", 0444,
                                     &sptlrpc_info_lprocfs_fops, dev);
         if (rc) {
-                CERROR("create proc entry srpc.info for %s: %d\n",
+                CERROR("create proc entry srpc_info for %s: %d\n",
                        dev->obd_name, rc);
                 return rc;
         }
 
-        rc = lprocfs_obd_seq_create(dev, "srpc.contexts", 0444,
+        rc = lprocfs_obd_seq_create(dev, "srpc_contexts", 0444,
                                     &sptlrpc_ctxs_lprocfs_fops, dev);
         if (rc) {
-                CERROR("create proc entry srpc.contexts for %s: %d\n",
+                CERROR("create proc entry srpc_contexts for %s: %d\n",
                        dev->obd_name, rc);
                 return rc;
         }