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