All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] sound/usb/line6: fix some styling issues
@ 2018-06-18 10:29 ` Roman Sommer
  0 siblings, 0 replies; 14+ messages in thread
From: Roman Sommer @ 2018-06-18 10:29 UTC (permalink / raw)
  Cc: Roman Sommer, linux-kernel, Daniel Graefe, Jaroslav Kysela,
	Takashi Iwai, Takashi Sakamoto, Hans P. Möller Ebner,
	Kees Cook, Kate Stewart, Thomas Gleixner, Fabián Inostroza,
	Bhumika Goyal, Philippe Ombredanne, Greg Kroah-Hartman,
	alsa-devel, linux-kernel

CC: Jaroslav Kysela <perex@perex.cz>
CC: Takashi Iwai <tiwai@suse.com>
CC: Takashi Sakamoto <o-takashi@sakamocchi.jp>
CC: "Hans P. Möller Ebner" <hmoller@uc.cl>
CC: Kees Cook <keescook@chromium.org>
CC: Kate Stewart <kstewart@linuxfoundation.org>
CC: Thomas Gleixner <tglx@linutronix.de>
CC: "Fabián Inostroza" <soulsonceonfire@gmail.com>
CC: Bhumika Goyal <bhumirks@gmail.com>
CC: Philippe Ombredanne <pombredanne@nexb.com>
CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
CC: alsa-devel@alsa-project.org
CC: linux-kernel@vger.kernel.org


This patchseries addresses some styling issues in sound/usb/line6 found by
checkpatch.

Roman Sommer (3):
  sound/line6: checkpatch: fix block comment style
  sound/line6: unsigned -> unsigned int
  sound/line6: add newline after declarations

 sound/usb/line6/capture.c  |  20 ++++-----
 sound/usb/line6/driver.c   | 110 ++++++++++++++++++++++-----------------------
 sound/usb/line6/driver.h   |  33 +++++++-------
 sound/usb/line6/midi.c     |  24 +++++-----
 sound/usb/line6/midibuf.c  |   6 +--
 sound/usb/line6/pcm.c      |  26 +++++------
 sound/usb/line6/pcm.h      |  74 +++++++++++++++---------------
 sound/usb/line6/playback.c |  36 ++++++++-------
 sound/usb/line6/pod.c      |  60 ++++++++++++-------------
 sound/usb/line6/podhd.c    |   8 ++--
 sound/usb/line6/toneport.c |  30 ++++++-------
 sound/usb/line6/variax.c   |  40 ++++++++---------
 12 files changed, 235 insertions(+), 232 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-06-18 12:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-18 10:29 [PATCH 0/3] sound/usb/line6: fix some styling issues Roman Sommer
2018-06-18 10:29 ` Roman Sommer
2018-06-18 10:29 ` [PATCH 1/3] sound/line6: checkpatch: fix block comment style Roman Sommer
2018-06-18 10:29   ` Roman Sommer
2018-06-18 11:21   ` Greg Kroah-Hartman
2018-06-18 11:21     ` Greg Kroah-Hartman
2018-06-18 11:56     ` Sommer, Roman
2018-06-18 10:29 ` [PATCH 2/3] sound/line6: unsigned -> unsigned int Roman Sommer
2018-06-18 10:29   ` Roman Sommer
2018-06-18 10:29 ` [PATCH 3/3] sound/line6: add newline after declarations Roman Sommer
2018-06-18 10:29   ` Roman Sommer
2018-06-18 10:39 ` [PATCH 0/3] sound/usb/line6: fix some styling issues Takashi Iwai
2018-06-18 11:57   ` Sommer, Roman
2018-06-18 12:04     ` Takashi Iwai

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.