Skip to content

Commit 9256c4b

Browse files
LawstorantJiri Kosina
authored andcommitted
HID: universal-pidff: Fix missing blank lines
Fixes errors from checkpatch script Signed-off-by: Tomasz Pakuła <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 2043ae9 commit 9256c4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/hid/hid-universal-pidff.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ static int universal_pidff_probe(struct hid_device *hdev,
5757
const struct hid_device_id *id)
5858
{
5959
int i, error;
60+
6061
error = hid_parse(hdev);
6162
if (error) {
6263
hid_err(hdev, "HID parse failed\n");
@@ -91,8 +92,8 @@ static int universal_pidff_probe(struct hid_device *hdev,
9192

9293
/* Check if HID_PID support is enabled */
9394
int (*init_function)(struct hid_device *, u32);
94-
init_function = hid_pidff_init_with_quirks;
9595

96+
init_function = hid_pidff_init_with_quirks;
9697
if (!init_function) {
9798
hid_warn(hdev, "HID_PID support not enabled!\n");
9899
return 0;

0 commit comments

Comments
 (0)