[NET]: make function pointer argument parseable by kernel-doc
authorMartin Waitz <tali@admingilde.org>
Mon, 5 Dec 2005 21:40:12 +0000 (13:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Dec 2005 21:40:12 +0000 (13:40 -0800)
When a function takes a function pointer as argument it should use the 'return
(*pointer)(params...)' syntax used everywhere else in the kernel as this is
recognized by kernel-doc.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found