commit | 8ea3eb9a20f39d5afa52900a34092b4b5f6b55cb | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Jul 23 21:29:08 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 10:47:26 2008 -0700 |
tree | ad79fe0bade637209967aadf23a34447c717fe1a | |
parent | b8f96a31f38c8e9fc75f0a89c6815e7cbc402858 [diff] |
checkpatch: handle return types of pointers to functions Make sure we correctly mark the return type of the pointer to a function declaration. const void *(*sb_tag)(struct sysfs_tag_info *info); Signed-off-by: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>