NLM: Use modern style for pointer fields in nlm_host
authorChuck Lever <chuck.lever@oracle.com>
Thu, 4 Dec 2008 19:19:45 +0000 (14:19 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 6 Jan 2009 16:53:48 +0000 (11:53 -0500)
commit7538ce1eb656a1477bedd5b1c202226e7abf5e7b
tree4da1c55aebda14ae24736d3d69444d099e6822b3
parentc72a476b4b7ecadb80185de31236edb303c1a5d0
NLM: Use modern style for pointer fields in nlm_host

Clean up: I'm about to add another "char *" field to the nlm_host
structure.  The h_name field, for example, uses an older style of
declaring a "char *" field.  If I match that style for the new field,
checkpatch.pl will complain.

So, fix pointer fields to use the new style.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
include/linux/lockd/lockd.h