Add a blank space after ','.
Change 'succesful' to 'successful'.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
                        goto out_umask;
                status = nfsd_create(rqstp, &cstate->current_fh,
                                     create->cr_name, create->cr_namelen,
-                                    &create->cr_iattr,S_IFCHR, rdev, &resfh);
+                                    &create->cr_iattr, S_IFCHR, rdev, &resfh);
                break;
 
        case NF4SOCK:
                if (op->opdesc->op_flags & OP_MODIFIES_SOMETHING) {
                        /*
                         * Don't execute this op if we couldn't encode a
-                        * succesful reply:
+                        * successful reply:
                         */
                        u32 plen = op->opdesc->op_rsize_bop(rqstp, op);
                        /*