Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bf8ebc5 authored by Jaap Crezee's avatar Jaap Crezee Committed by Greg Kroah-Hartman
Browse files

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



Fixed a coding style issue.

Signed-off-by: default avatarJaap Crezee <jaap@jcz.nl>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent abc51b6d
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -524,9 +524,11 @@ int intel_sst_resume(struct pci_dev *pci)
	return 0;
}

/* The runtime_suspend/resume is pretty much similar to the legacy suspend/resume with the noted exception below:
 * 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.
/* The runtime_suspend/resume is pretty much similar to the legacy
 * suspend/resume with the noted exception below:
 * 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)
{