diff options
author | Christoph Hellwig <hch@infradead.org> | 2013-10-15 12:33:22 -0700 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2013-10-26 15:37:26 -0400 |
commit | cce6de908ee934fbea12d6cccc55b87dbd4b0c8a (patch) | |
tree | 3c81da80fb27dc40b29008b2f9c28c87fb6766bd /fs/nfsd | |
parent | cf4c024b908353fcc48309374d39e3399d67dfd1 (diff) | |
download | linux-cce6de908ee934fbea12d6cccc55b87dbd4b0c8a.tar.gz linux-cce6de908ee934fbea12d6cccc55b87dbd4b0c8a.tar.bz2 linux-cce6de908ee934fbea12d6cccc55b87dbd4b0c8a.zip |
nfsd: fix Kconfig syntax
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>
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig index dc8f1ef665ce..f994e750e0d1 100644 --- a/fs/nfsd/Kconfig +++ b/fs/nfsd/Kconfig @@ -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" |