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

Commit ec5eeadc authored by Mario Limonciello's avatar Mario Limonciello Committed by Darren Hart
Browse files

alienware-wmi: whitespace improvements



These were some items that were pointed out in previous patches that
weren't caught be previous reviewers, but should be applied to other
parts of the driver as well.

Signed-off-by: default avatarMario Limonciello <mario_limonciello@dell.com>
[dvhart: reverted a couple incorrect line wrapping changes]
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent b332f82e
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -622,10 +622,6 @@ static int create_hdmi(struct platform_device *dev)

	ret = sysfs_create_group(&dev->dev.kobj, &hdmi_attribute_group);
	if (ret)
		goto error_create_hdmi;
	return 0;

error_create_hdmi:
		remove_hdmi(dev);
	return ret;
}