NLS: raname "maxlen" to "maxout" in UTF conversion routines
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 21 Nov 2011 15:15:13 +0000 (10:15 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 03:58:47 +0000 (19:58 -0800)
commit045ddc8991698a8e9c5668c6190faa8b5d516dc0
tree096014b4e552bd8d3701c0fd7c8b57a61827e448
parent568987116ed5fce7e9e9c731ffe5f5af193ab2e3
NLS: raname "maxlen" to "maxout" in UTF conversion routines

As requested by NamJae Jeon, this patch (as1503) changes the name of
the "maxlen" parameters to "maxout" in the various UTF conversion
routines.  This should make the role of that parameter more clear.

The patch also renames the "len" parameters to "inlen", for the same
reason.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Reviewed-by: NamJae Jeon <linkinjeon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/nls/nls_base.c