[CIFS] Fix typo in previous

Signed-off-by: Steve French <sfrench@us.ibm.com>

+1 -1
+1 -1
fs/cifs/readdir.c
··· 766 if(file->f_dentry == NULL) 767 return -ENOENT; 768 769 - rc = cifs_entry_is_dot(pfindEntry,cifsF); 770 /* skip . and .. since we added them first */ 771 if(rc != 0) 772 return 0;
··· 766 if(file->f_dentry == NULL) 767 return -ENOENT; 768 769 + rc = cifs_entry_is_dot(pfindEntry,pCifsF); 770 /* skip . and .. since we added them first */ 771 if(rc != 0) 772 return 0;