diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-07-26 08:36:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-08 06:54:59 -0400 |
commit | 8d983be820fa713785ce54caab08e74b36d9ee39 (patch) | |
tree | f331a6c6e8a938dc572f6a0811267f586db59405 | |
parent | 1ef015e611570c4cffea480e8d1c64622edef5d9 (diff) |
ASoC: Intel: Skylake: Fix a comment style
While changing code notice bad comment style, so fix it up.
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/intel/skylake/skl-sst-ipc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-sst-ipc.h b/sound/soc/intel/skylake/skl-sst-ipc.h index fc46779f80c3..aad527d5fc52 100644 --- a/sound/soc/intel/skylake/skl-sst-ipc.h +++ b/sound/soc/intel/skylake/skl-sst-ipc.h | |||
@@ -66,7 +66,7 @@ struct skl_sst { | |||
66 | 66 | ||
67 | /* callback for miscbdge */ | 67 | /* callback for miscbdge */ |
68 | void (*enable_miscbdcge)(struct device *dev, bool enable); | 68 | void (*enable_miscbdcge)(struct device *dev, bool enable); |
69 | /*Is CGCTL.MISCBDCGE disabled*/ | 69 | /* Is CGCTL.MISCBDCGE disabled */ |
70 | bool miscbdcg_disabled; | 70 | bool miscbdcg_disabled; |
71 | 71 | ||
72 | /* Populate module information */ | 72 | /* Populate module information */ |