All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Intel: skylake - match braces for if-else
@ 2015-06-23 17:10 Vinod Koul
  2015-06-23 17:10 ` [PATCH 1/2] ASoC: Intel: skl-pcm.c " Vinod Koul
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vinod Koul @ 2015-06-23 17:10 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

Coding style mandates that if-else should match braces even if one of them
is a single line statement. Fix it in two places missed earlier

Mark, you can also fold these two patches with SKL driver series (1st and
2nd patch can fold in 1st and 2nd patch respectively) or apply independetly,
either way okay


Vinod Koul (2):
  ASoC: Intel: skl-pcm.c match braces for if-else
  ASoC: Intel: skl.c match braces for if-else

 sound/soc/intel/skylake/skl-pcm.c | 3 ++-
 sound/soc/intel/skylake/skl.c     | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-07-09  4:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23 17:10 [PATCH 0/2] ASoC: Intel: skylake - match braces for if-else Vinod Koul
2015-06-23 17:10 ` [PATCH 1/2] ASoC: Intel: skl-pcm.c " Vinod Koul
2015-06-23 17:10 ` [PATCH 2/2] ASoC: Intel: skl.c " Vinod Koul
2015-07-08 18:27 ` [PATCH 0/2] ASoC: Intel: skylake - " Mark Brown
2015-07-09  4:13   ` Vinod Koul

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.