~vcs-imports/bluez/master

Viewing all changes in revision 10524.

  • Committer: Johan Hedberg
  • Author(s): Andrei Emeltchenko
  • Date: 2013-09-11 10:22:08 UTC
  • Revision ID: git-v1:c64fd37802d3609522d8121a21126ea797bf4e23
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__.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: