Skip to content

Commit 604da0f

Browse files
NeroReflexgregkh
authored andcommitted
HID: asus: make asus_resume adhere to linux kernel coding standards
[ Upstream commit 51d33b4 ] Linux kernel coding standars requires functions opening brackets to be in a newline: move the opening bracket of asus_resume in its own line. Fixes: 546edbd ("HID: hid-asus: reset the backlight brightness level on resume") Signed-off-by: Denis Benato <denis.benato@linux.dev> Signed-off-by: Jiri Kosina <jkosina@suse.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent a10ce8c commit 604da0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/hid/hid-asus.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,8 @@ static int asus_start_multitouch(struct hid_device *hdev)
11631163
return 0;
11641164
}
11651165

1166-
static int __maybe_unused asus_resume(struct hid_device *hdev) {
1166+
static int __maybe_unused asus_resume(struct hid_device *hdev)
1167+
{
11671168
struct asus_drvdata *drvdata = hid_get_drvdata(hdev);
11681169
int ret = 0;
11691170

0 commit comments

Comments
 (0)