correct wrong function name of d_put in kernel document and source comment
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / dcache.c
index eeafc14c2a14ec50f722a7f38d49460bf48c97e0..c231a639c2a210e7af10c73a006dba247493408c 100644 (file)
@@ -1332,7 +1332,7 @@ err_out:
  *
  * Searches the children of the parent dentry for the name in question. If
  * the dentry is found its reference count is incremented and the dentry
- * is returned. The caller must use d_put to free the entry when it has
+ * is returned. The caller must use dput to free the entry when it has
  * finished using it. %NULL is returned on failure.
  *
  * __d_lookup is dcache_lock free. The hash list is protected using RCU.