diff options
author | Steve French <sfrench@us.ibm.com> | 2009-05-01 12:20:35 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-05-01 12:20:35 -0400 |
commit | e836f015b5c07da2f95a441274ef0a788ce17f80 (patch) | |
tree | 6a8503c183b6b2896a2a63d9c2c6de165c10189d /fs/cifs/CHANGES | |
parent | 0e0d2cf32743c660aab20e40aeb2155c06a256db (diff) |
[CIFS] Remove trailing whitespace
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 1b0643c2eac6..43f2e0d061f6 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -6,7 +6,9 @@ characters. Add support for mounting root of a share which redirects immediately | |||
6 | to DFS target. Convert string conversion functions from Unicode to more | 6 | to DFS target. Convert string conversion functions from Unicode to more |
7 | accurately mark string length before allocating memory (which may help the | 7 | accurately mark string length before allocating memory (which may help the |
8 | rare cases where a UTF-8 string is much larger than the UCS2 string that | 8 | rare cases where a UTF-8 string is much larger than the UCS2 string that |
9 | we converted from). | 9 | we converted from). Fix endianness of the vcnum field used during |
10 | session setup to distinguish multiple mounts to same server from different | ||
11 | userids. | ||
10 | 12 | ||
11 | Version 1.57 | 13 | Version 1.57 |
12 | ------------ | 14 | ------------ |