Staging: intel_sst: instel_sst: fixed some coding style issues.

Fixed a coding style issue.

Signed-off-by: Jaap Crezee <jaap@jcz.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jaap Crezee 2011-09-21 22:48:44 +02:00 committed by Greg Kroah-Hartman
parent abc51b6de5
commit 5bf8ebc5c6

View File

@ -524,9 +524,11 @@ int intel_sst_resume(struct pci_dev *pci)
return 0; return 0;
} }
/* The runtime_suspend/resume is pretty much similar to the legacy suspend/resume with the noted exception below: /* The runtime_suspend/resume is pretty much similar to the legacy
* The PCI core takes care of taking the system through D3hot and restoring it back to D0 and so there is * suspend/resume with the noted exception below:
* no need to duplicate that here. * The PCI core takes care of taking the system through D3hot and
* restoring it back to D0 and so there is no need to duplicate
* that here.
*/ */
static int intel_sst_runtime_suspend(struct device *dev) static int intel_sst_runtime_suspend(struct device *dev)
{ {