Commit 339744e2 authored by Kamal Heib's avatar Kamal Heib Committed by Greg Kroah-Hartman
Browse files

staging: greybus: arche-apb-ctrl.c: Fix alignment should match open parenthesis



Fix "alignment should match open parenthesis" checkpatch.pl error.

Signed-off-by: default avatarKamal Heib <kamalheib1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 81948cbc
Loading
Loading
Loading
Loading
+20 −19
Original line number Diff line number Diff line
@@ -251,7 +251,8 @@ void apb_ctrl_poweroff(struct device *dev)
}

static ssize_t state_store(struct device *dev,
		struct device_attribute *attr, const char *buf, size_t count)
			   struct device_attribute *attr,
			   const char *buf, size_t count)
{
	struct platform_device *pdev = to_platform_device(dev);
	struct arche_apb_ctrl_drvdata *apb = platform_get_drvdata(pdev);