Randy Dunlap <rdunlap@xxxxxxxxxxxxx> writes: > Sort the NFS kernel command line parameters. This is done in 4 groups > so as to not have them intermingled: 'nfs' module parameters, 'nfs4' > module parameters, 'nfsd' module parameters, and nfs "global" (__setup, > no module) parameters. > > There were 5 parameters which were listed with a space between the > parameter name and the following '=' sign. The space has been > removed since module parameters expect 'parameter=' with no intervening > space. > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Cc: Jonathan Corbet <corbet@xxxxxxx> > Cc: linux-doc@xxxxxxxxxxxxxxx > Cc: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx> > Cc: Anna Schumaker <anna@xxxxxxxxxx> > Cc: Chuck Lever <chuck.lever@xxxxxxxxxx> > Cc: Jeff Layton <jlayton@xxxxxxxxxx> > Cc: linux-nfs@xxxxxxxxxxxxxxx > --- > Documentation/admin-guide/kernel-parameters.txt | 74 +++++++------- > 1 file changed, 37 insertions(+), 37 deletions(-) Applied, thanks. jon