aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-06-22 19:44:21 +0530
committerMark Brown <broonie@kernel.org>2016-06-22 16:01:05 +0100
commit957427d94a82459b080a99cc7e9f4d5b8c067410 (patch)
tree7ff9e9899c1d87a65eff0f9c2344bd3927abe2aa /sound
parentASoC: Intel: Skylake: Add pm ops for broxton-rt298 machine (diff)
downloadlinux-dev-957427d94a82459b080a99cc7e9f4d5b8c067410.tar.xz
linux-dev-957427d94a82459b080a99cc7e9f4d5b8c067410.zip
ASoC: Intel: Skylake: Update comment style
Noticed a style inconsistency in a comment, so update that Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/intel/skylake/skl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
index 720efb9fd995..d5d7c53e07bc 100644
--- a/sound/soc/intel/skylake/skl.c
+++ b/sound/soc/intel/skylake/skl.c
@@ -728,7 +728,7 @@ static int skl_probe(struct pci_dev *pci,
list_for_each_entry(hlink, &ebus->hlink_list, list)
snd_hdac_ext_bus_link_put(ebus, hlink);
- /*configure PM */
+ /* configure PM */
pm_runtime_put_noidle(bus->dev);
pm_runtime_allow(bus->dev);