From: Liam Girdwood Date: Thu, 1 Feb 2007 11:26:07 +0000 (+0100) Subject: [ALSA] ASoC very minor coding style fix for snd_soc_new_pcms() X-Git-Tag: v3.12-rc1~31512^2~62^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc7320c5c8ddeb3b50c6a24013dab9ba74bce578;p=kernel%2Fkernel-generic.git [ALSA] ASoC very minor coding style fix for snd_soc_new_pcms() This very minor patch fixes the snd_soc_new_pcms() function to comply with the kernel coding style. Signed-off-by: Liam Girdwood Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index e5aa1c2..87be938 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1522,7 +1522,7 @@ EXPORT_SYMBOL_GPL(snd_soc_get_rate); * * Returns 0 for success, else error. */ -int snd_soc_new_pcms(struct snd_soc_device *socdev, int idx, const char * xid) +int snd_soc_new_pcms(struct snd_soc_device *socdev, int idx, const char *xid) { struct snd_soc_codec *codec = socdev->codec; struct snd_soc_machine *machine = socdev->machine;