>> + /* strip all trailing spaces */ >> + /* DO NOTHING : Is needed? */ > > Hello, this comment looks like a TODO item which should be fixed. Will fix. > >> + >> + /* strip all trailing periods */ >> + namelen = __exfat_striptail_len(strlen(path), path); >> + if (!namelen) >> + return -ENOENT; >> + >> + /* the limitation of linux? */ > > And this one too. This too! Thanks.