[PATCH] sparse: add function name to warning
commitf23104e91616ebdbe03f0417ffd048a0b496e1b9
authorBernhard Fischer <berny.f@aon.at>
Fri, 1 Apr 2005 15:53:21 +0000 (1 08:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:06:30 +0000 (7 21:06 -0700)
treec3831c1089afbe117df8c1318ed1e3f6d4c88fb0
parent46b366856e6ab317b59daef4af920fb5dbcdfb82
[PATCH] sparse: add function name to warning

This adds the function name to the warning about 'function with external
linkage has definition'.

This saves me from having to open the file in order to look up the
function name.  When the name is printed, i can quickly grep for
possibly other occurances.
parse.c