[CIFS] reduce checkpatch warnings

Signed-off-by: Steve French <sfrench@us.ibm.com>
此提交包含在:
Steve French
2008-02-07 23:25:02 +00:00
父節點 f315ccb3e6
當前提交 ad7a2926b9
共有 23 個檔案被更改,包括 167 行新增279 行删除

查看文件

@@ -32,7 +32,7 @@
*
*/
int
cifs_strfromUCS_le(char *to, const __le16 * from,
cifs_strfromUCS_le(char *to, const __le16 *from,
int len, const struct nls_table *codepage)
{
int i;
@@ -61,7 +61,7 @@ cifs_strfromUCS_le(char *to, const __le16 * from,
*
*/
int
cifs_strtoUCS(__le16 * to, const char *from, int len,
cifs_strtoUCS(__le16 *to, const char *from, int len,
const struct nls_table *codepage)
{
int charlen;