Skip to content

Commit

Permalink
nfsd: fix Kconfig syntax
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and J. Bruce Fields committed Oct 26, 2013
1 parent cf4c024 commit cce6de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfsd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cce6de9

Please sign in to comment.