Commit Graph

3 Commits (ad15ac829761f0f1b429fd3f3c8f43dae18eaee9)

Author SHA1 Message Date
Ken Steele 8f1d75039a Enforce function coding standard
Functions should be defined as:

int foo(void)
{
}

Rather than:
int food(void) {
}

All functions where changed by a script to match this standard.
11 years ago
Victor Julien e6ee5feaba flow: don't BUG_ON if no loggers are enabled
API is always called, even if no loggers are enabled. Don't abort()
in this case.
11 years ago
Victor Julien 115ad1e81f flow: output api stub
Basic output API for flow logging.
11 years ago