]> Pileus Git - ~andy/linux/commitdiff
nfsd: fix Kconfig syntax
authorChristoph Hellwig <hch@infradead.org>
Tue, 15 Oct 2013 19:33:22 +0000 (12:33 -0700)
committerJ. Bruce Fields <bfields@redhat.com>
Sat, 26 Oct 2013 19:37:26 +0000 (15:37 -0400)
The description text for CONFIG_NFSD_V4_SECURITY_LABEL has an unpaired
quote sign which breaks syntax highlighting for the nfsd Kconfig file.
Remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/Kconfig

index dc8f1ef665ce6830db7cbf43b327a5fe198fbe37..f994e750e0d1db9ebe53e7f51883bfa5c039afc4 100644 (file)
@@ -95,7 +95,7 @@ config NFSD_V4_SECURITY_LABEL
        Smack policies on NFSv4 files, say N.
 
        WARNING: there is still a chance of backwards-incompatible protocol changes.
-       For now we recommend "Y" only for developers and testers."
+       For now we recommend "Y" only for developers and testers.
 
 config NFSD_FAULT_INJECTION
        bool "NFS server manual fault injection"