commit | 7538ce1eb656a1477bedd5b1c202226e7abf5e7b | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Dec 04 14:19:45 2008 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Jan 06 11:53:48 2009 -0500 |
tree | 4da1c55aebda14ae24736d3d69444d099e6822b3 | |
parent | c72a476b4b7ecadb80185de31236edb303c1a5d0 [diff] |
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>