Some style problems in audio directory are found by checkpatch.pl. Fix these style problems.
v2: - fix style problem: redundant spaces between function name and open parenthesis'(' - fix subject of patch[5/7] for email display Zhang Han (7): audio: Add braces for statements/fix braces' position audio: Add spaces around operator/delete redundant spaces audio: foo* bar" should be "foo *bar". audio: Fix lines over 90 characters audio: Don't use '%#' in format strings audio: Suspect code indent for conditional statements audio: space prohibited between function name and parenthesis'(' audio/alsaaudio.c | 15 +++++-------- audio/audio.c | 26 ++++++++++------------ audio/audio_template.h | 24 +++++++++----------- audio/coreaudio.c | 17 +++++++------- audio/dsoundaudio.c | 50 +++++++++++++++++++++++++++--------------- audio/jackaudio.c | 2 +- audio/ossaudio.c | 12 ++++------ audio/paaudio.c | 2 +- 8 files changed, 73 insertions(+), 75 deletions(-) -- 2.29.1.59.gf9b6481aed