Commit: c64fd37802d3609522d8121a21126ea797bf4e23
Parent: 84a07386222ca2bc497a24c479cb1f145251fe6e
Author: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2013-09-11 13:22:08
Tree: 9ff7c637ec2ed809670e46b9b6aef542cd97b8d4

codingstyle: Change __FUNCTION__ to __func__ The __func__ macro is part of the C99 standard whereas __FUNCTION__ is a legacy gcc specific alias for it: http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html Additionally, checkpatch.pl that's commonly used to verify coding style also recommends to use __func__ instead of __FUNCTION__.

Diffstat

M attrib/gattrib.c | 2 +-
M gobex/gobex-debug.h | 2 +-
M obexd/src/log.h | 2 +-
M src/log.h | 2 +-

4 files changed, 4 insertions(+), 4 deletions(-)

View Full Diff | Patch