commit | f47534f7f0ac7727e05ec4274b764b181df2cf7f | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Dec 04 14:20:38 2008 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Jan 06 11:53:50 2009 -0500 |
tree | 79cfac474c4971ca7efa10b8c5a6e4ba7f1aaf0a | |
parent | 5acf43155d1bcc412d892c73f64044f9a826cde6 [diff] |
NSM: Use modern style for sm_name field in nsm_handle Clean up: I'm about to add another "char *" field to the nsm_handle structure. The sm_name field uses an older style of declaring a "char *" field. If I match that style for the new field, checkpatch.pl will complain. So, fix the sm_name field to use the new style. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>