[PATCH] configfs: Include linux/err.h in linux/configfs.h
[pandora-kernel.git] / fs / configfs / dir.c
index 179589b..2495f23 100644 (file)
@@ -1094,7 +1094,7 @@ static int configfs_mkdir(struct inode *dir, struct dentry *dentry, int mode)
        kfree(name);
        if (ret) {
                /*
-                * If item == NULL, then link_obj() was never called.
+                * If ret != 0, then link_obj() was never called.
                 * There are no extra references to clean up.
                 */
                goto out_put;