lkml.org 
[lkml]   [2012]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] [trivial] fs: cifs: Fix typo in fs/cifs
From
Looks trivial/non-controversial - I will plan to merge this.
>
>
>
> On Mon, Oct 22, 2012 at 11:34 AM, Masanari Iida <standby24x7@gmail.com> wrote:
>>
>> Correct spelling typo in fs/cifs.
>>
>> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
>> ---
>> fs/cifs/link.c | 2 +-
>> fs/cifs/readdir.c | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/fs/cifs/link.c b/fs/cifs/link.c
>> index 51dc2fb..9f6c4c4 100644
>> --- a/fs/cifs/link.c
>> +++ b/fs/cifs/link.c
>> @@ -76,7 +76,7 @@ symlink_hash(unsigned int link_len, const char *link_str, u8 *md5_hash)
>> }
>> rc = crypto_shash_update(&sdescmd5->shash, link_str, link_len);
>> if (rc) {
>> - cERROR(1, "%s: Could not update iwth link_str", __func__);
>> + cERROR(1, "%s: Could not update with link_str", __func__);
>> goto symlink_hash_err;
>> }
>> rc = crypto_shash_final(&sdescmd5->shash, md5_hash);
>> diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c
>> index b0f4a42..dc3433f 100644
>> --- a/fs/cifs/readdir.c
>> +++ b/fs/cifs/readdir.c
>> @@ -408,7 +408,7 @@ static void cifs_fill_dirent_std(struct cifs_dirent *de,
>> const FIND_FILE_STANDARD_INFO *info)
>> {
>> de->name = &info->FileName[0];
>> - /* one byte length, no endianess conversion */
>> + /* one byte length, no endianness conversion */
>> de->namelen = info->FileNameLength;
>> de->resume_key = info->ResumeKey;
>> }
>> --
>> 1.8.0.rc3.16.g8ead1bf
>>
>
>
>
> --
> Thanks,
>
> Steve




--
Thanks,

Steve


\
 
 \ /
  Last update: 2012-10-22 22:01    [W:1.162 / U:0.784 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site