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>
This commit is contained in:
parent
1ef015e611
commit
8d983be820
|
@ -66,7 +66,7 @@ struct skl_sst {
|
|||
|
||||
/* callback for miscbdge */
|
||||
void (*enable_miscbdcge)(struct device *dev, bool enable);
|
||||
/*Is CGCTL.MISCBDCGE disabled*/
|
||||
/* Is CGCTL.MISCBDCGE disabled */
|
||||
bool miscbdcg_disabled;
|
||||
|
||||
/* Populate module information */
|
||||
|
|
Loading…
Reference in New Issue