From: Vinod Koul Date: Wed, 22 Jun 2016 14:14:21 +0000 (+0530) Subject: ASoC: Intel: Skylake: Update comment style X-Git-Tag: v6.1~16049^2~7^2~14^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=957427d94a82459b080a99cc7e9f4d5b8c067410;p=sdk%2Femulator%2Femulator-kernel.git ASoC: Intel: Skylake: Update comment style Noticed a style inconsistency in a comment, so update that Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- 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);