All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7]Fix some style problems in audio
@ 2021-01-15  1:24 Zhang Han
  2021-01-15  1:24 ` [PATCH v2 1/7] audio: Add braces for statements/fix braces' position Zhang Han
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Zhang Han @ 2021-01-15  1:24 UTC (permalink / raw)
  To: kraxel
  Cc: hunongda, zhang.zhanghailiang, qemu-trivial, qemu-devel,
	alex.chen, zhanghan64

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-01-15  9:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15  1:24 [PATCH v2 0/7]Fix some style problems in audio Zhang Han
2021-01-15  1:24 ` [PATCH v2 1/7] audio: Add braces for statements/fix braces' position Zhang Han
2021-01-15  1:24 ` [PATCH v2 2/7] audio: Add spaces around operator/delete redundant spaces Zhang Han
2021-01-15  9:21   ` Philippe Mathieu-Daudé
2021-01-15  1:24 ` [PATCH v2 3/7] audio: foo* bar" should be "foo *bar" Zhang Han
2021-01-15  1:24 ` [PATCH v2 4/7] audio: Fix lines over 90 characters Zhang Han
2021-01-15  1:24 ` [PATCH v2 5/7] audio: Don't use '%#' in format strings Zhang Han
2021-01-15  9:20   ` Philippe Mathieu-Daudé
2021-01-15  1:24 ` [PATCH v2 6/7] audio: Suspect code indent for conditional statements Zhang Han
2021-01-15  1:24 ` [PATCH v2 7/7] audio: space prohibited between function name and parenthesis'(' Zhang Han
2021-01-15  1:54 ` [PATCH v2 0/7]Fix some style problems in audio no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.