public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
	shengjiu.wang@nxp.com, linux-kernel@vger.kernel.org,
	wakasugi.jb@om.asahi-kasei.co.jp, broonie@kernel.org,
	linux-imx@nxp.com, daniel.baluta@nxp.com, mihai.serban@gmail.com
Subject: Applied "ASoC: ak4458: Sort headers alphabetically" to the asoc tree
Date: Tue, 20 Feb 2018 12:08:52 +0000	[thread overview]
Message-ID: <E1eo6j6-00036r-V9@debutante> (raw)
In-Reply-To: <1519116968-31759-3-git-send-email-cosmin.samoila@nxp.com>

The patch

   ASoC: ak4458: Sort headers alphabetically

has been applied to the asoc tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From de03af56602a3b57bfef958045a4d43ad50db46a Mon Sep 17 00:00:00 2001
From: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
Date: Tue, 20 Feb 2018 10:56:08 +0200
Subject: [PATCH] ASoC: ak4458: Sort headers alphabetically

Keep headers sorted alphabetically.

Signed-off-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/codecs/ak4458.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sound/soc/codecs/ak4458.c b/sound/soc/codecs/ak4458.c
index 8a49dd24e6b7..31ec0ba2e639 100644
--- a/sound/soc/codecs/ak4458.c
+++ b/sound/soc/codecs/ak4458.c
@@ -5,19 +5,19 @@
 // Copyright (C) 2016 Asahi Kasei Microdevices Corporation
 // Copyright 2018 NXP
 
-#include <linux/module.h>
 #include <linux/delay.h>
-#include <linux/slab.h>
 #include <linux/gpio/consumer.h>
+#include <linux/i2c.h>
+#include <linux/module.h>
 #include <linux/of_device.h>
 #include <linux/of_gpio.h>
 #include <linux/pm_runtime.h>
-#include <linux/i2c.h>
+#include <linux/slab.h>
+#include <sound/initval.h>
+#include <sound/pcm_params.h>
 #include <sound/soc.h>
 #include <sound/soc-dapm.h>
-#include <sound/initval.h>
 #include <sound/tlv.h>
-#include <sound/pcm_params.h>
 
 #include "ak4458.h"
 
-- 
2.16.1

      reply	other threads:[~2018-02-20 12:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-20  8:56 [PATCH 0/2] Fix coding style issues in AK4458 DAC Cosmin-Gabriel Samoila
2018-02-20  8:56 ` [PATCH 1/2] ASoC: ak4458: Modify SPDX license format Cosmin-Gabriel Samoila
2018-02-20 12:09   ` Applied "ASoC: ak4458: Modify SPDX license format" to the asoc tree Mark Brown
2018-02-20  8:56 ` [PATCH 2/2] ASoC: ak4458: Sort headers alphabetically Cosmin-Gabriel Samoila
2018-02-20 12:08   ` Mark Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1eo6j6-00036r-V9@debutante \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=cosmin.samoila@nxp.com \
    --cc=daniel.baluta@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mihai.serban@gmail.com \
    --cc=shengjiu.wang@nxp.com \
    --cc=wakasugi.jb@om.asahi-kasei.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox