NFS: add newline to kernel warning message in auth_gss code

Add newline to kernel warning message in gss_create().

Signed-off-by: James Morris <jmorris@namei.org>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

authored by James Morris and committed by Trond Myklebust 3392c349 b274b48f

+1 -1
+1 -1
net/sunrpc/auth_gss/auth_gss.c
··· 625 err = -EINVAL; 626 gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor); 627 if (!gss_auth->mech) { 628 - printk(KERN_WARNING "%s: Pseudoflavor %d not found!", 629 __FUNCTION__, flavor); 630 goto err_free; 631 }
··· 625 err = -EINVAL; 626 gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor); 627 if (!gss_auth->mech) { 628 + printk(KERN_WARNING "%s: Pseudoflavor %d not found!\n", 629 __FUNCTION__, flavor); 630 goto err_free; 631 }