[linux-cifs-client] [patch] cifs: trivial white space

Steve French smfrench at gmail.com
Mon Mar 15 09:21:04 MDT 2010


merged into cifs-2.6.git

On Mon, Mar 15, 2010 at 3:22 AM, Dan Carpenter <error27 at gmail.com> wrote:
> I fixed the indent level.
>
> Signed-off-by: Dan Carpenter <error27 at gmail.com>
>
> diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c
> index 6118358..1014d07 100644
> --- a/fs/cifs/cifssmb.c
> +++ b/fs/cifs/cifssmb.c
> @@ -500,7 +500,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses)
>        } else if (pSMBr->hdr.WordCount == 13) {
>                cERROR(1, ("mount failed, cifs module not built "
>                          "with CIFS_WEAK_PW_HASH support"));
> -                       rc = -EOPNOTSUPP;
> +               rc = -EOPNOTSUPP;
>  #endif /* WEAK_PW_HASH */
>                goto neg_err_exit;
>        } else if (pSMBr->hdr.WordCount != 17) {
>



-- 
Thanks,

Steve


More information about the linux-cifs-client mailing list