diff mbox

cifs: trivial: add space in fsc error message

Message ID 1307532924-10309-1-git-send-email-jlayton@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jeff Layton June 8, 2011, 11:35 a.m. UTC
Signed-off-by: Jeff Layton <jlayton@redhat.com>
---
 fs/cifs/connect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Steve French June 8, 2011, 4:03 p.m. UTC | #1
merged

On Wed, Jun 8, 2011 at 6:35 AM, Jeff Layton <jlayton@redhat.com> wrote:
> Signed-off-by: Jeff Layton <jlayton@redhat.com>
> ---
>  fs/cifs/connect.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
> index 2b67280..4ec9630 100644
> --- a/fs/cifs/connect.c
> +++ b/fs/cifs/connect.c
> @@ -1391,7 +1391,7 @@ cifs_parse_mount_options(const char *mountdata, const char *devname,
>                                "/proc/fs/cifs/LookupCacheEnabled to 0\n");
>                } else if (strnicmp(data, "fsc", 3) == 0) {
>  #ifndef CONFIG_CIFS_FSCACHE
> -                       cERROR(1, "FS-Cache support needs CONFIG_CIFS_FSCACHE"
> +                       cERROR(1, "FS-Cache support needs CONFIG_CIFS_FSCACHE "
>                                  "kernel config option set");
>                        goto cifs_parse_mount_err;
>  #endif
> --
> 1.7.5.2
>
>
diff mbox

Patch

diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 2b67280..4ec9630 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -1391,7 +1391,7 @@  cifs_parse_mount_options(const char *mountdata, const char *devname,
 				"/proc/fs/cifs/LookupCacheEnabled to 0\n");
 		} else if (strnicmp(data, "fsc", 3) == 0) {
 #ifndef CONFIG_CIFS_FSCACHE
-			cERROR(1, "FS-Cache support needs CONFIG_CIFS_FSCACHE"
+			cERROR(1, "FS-Cache support needs CONFIG_CIFS_FSCACHE "
 				  "kernel config option set");
 			goto cifs_parse_mount_err;
 #endif