From: Chuck Lever Date: Thu, 4 Dec 2008 19:20:38 +0000 (-0500) Subject: NSM: Use modern style for sm_name field in nsm_handle X-Git-Tag: v2.6.29-rc1~177^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47534f7f0ac7727e05ec4274b764b181df2cf7f;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed