diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-04-13 23:32:13 +0100 | 
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-04-13 23:32:13 +0100 | 
| commit | a84bd2ee81ea1bdbd238cd1c380ec25f50a876c5 (patch) | |
| tree | ba054d4b1a20dadec088fd4d8983fb5939227e46 /fs/cifs/connect.c | |
| parent | aec995900fbc8cffa9f0f9e797ef07a0beb2b079 (diff) | |
| parent | 7db6a7fa09884b34d2a5d4e6e4ed58664a5f0cf8 (diff) | |
Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into fixes
Diffstat (limited to 'fs/cifs/connect.c')
| -rw-r--r-- | fs/cifs/connect.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 8d6c17ab593d..6e2b2addfc78 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c @@ -1572,7 +1572,7 @@ match_security(struct TCP_Server_Info *server, struct smb_vol *vol)  		return false;  	} -	/* now check if signing mode is acceptible */ +	/* now check if signing mode is acceptable */  	if ((secFlags & CIFSSEC_MAY_SIGN) == 0 &&  	    (server->secMode & SECMODE_SIGN_REQUIRED))  			return false; @@ -2933,7 +2933,7 @@ mount_fail_check:  		if (mount_data != mount_data_global)  			kfree(mount_data);  		/* If find_unc succeeded then rc == 0 so we can not end */ -		/* up accidently freeing someone elses tcon struct */ +		/* up accidentally freeing someone elses tcon struct */  		if (tcon)  			cifs_put_tcon(tcon);  		else if (pSesInfo)  | 
