Skip to content

Commit b9c340b

Browse files
ColinIanKingJiri Kosina
authored andcommitted
HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully"
There is a spelling mistake in a hid_info message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent 1bd55e7 commit b9c340b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-universal-pidff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static int universal_pidff_probe(struct hid_device *hdev,
104104
goto err;
105105
}
106106

107-
hid_info(hdev, "Universal pidff driver loaded sucessfully!");
107+
hid_info(hdev, "Universal pidff driver loaded successfully!");
108108

109109
return 0;
110110
err:

0 commit comments

Comments
 (0)