Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mei: txe: fix incorrect indentation

Remove spurious blank

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tomas Winkler and committed by
Greg Kroah-Hartman
900f4450 9e239362

+1 -1
+1 -1
drivers/misc/mei/pci-txe.c
··· 338 338 * However if device is not wakeable we do not enter 339 339 * D-low state and we need to keep the interrupt kicking 340 340 */ 341 - if (!ret && pci_dev_run_wake(pdev)) 341 + if (!ret && pci_dev_run_wake(pdev)) 342 342 mei_disable_interrupts(dev); 343 343 344 344 dev_dbg(&pdev->dev, "rpm: txe: runtime suspend ret=%d\n", ret);