[PATCH] Tidy up - remove use of (*f)() idiom from epoch.c
commit84b18a8e63a0036084f2e2f070634219704a98b2
authorJon Seymour <jon.seymour@gmail.com>
Thu, 7 Jul 2005 01:26:43 +0000 (7 11:26 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 7 Jul 2005 01:47:38 +0000 (6 18:47 -0700)
tree5cea1fb52c3dc26612335edef40b9652f6204d4b
parenta7336ae514738f159dad314d6674961427f043a6
[PATCH] Tidy up - remove use of (*f)() idiom from epoch.c

Replace (*f)() with f() where the former idiom was used in epoch.c

Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
epoch.c