Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 4e55467

Browse files
pebolleJiri Kosina
authored and
Jiri Kosina
committed
HID: fix ifdef comment for "CONFIG_HID_PICOLCD_CIR"
Signed-off-by: Paul Bolle <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent bb64469 commit 4e55467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-picolcd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ static inline int picolcd_init_cir(struct picolcd_data *data, struct hid_report
302302
static inline void picolcd_exit_cir(struct picolcd_data *data)
303303
{
304304
}
305-
#endif /* CONFIG_HID_PICOLCD_LIRC */
305+
#endif /* CONFIG_HID_PICOLCD_CIR */
306306

307307
int picolcd_reset(struct hid_device *hdev);
308308
struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev,

0 commit comments

Comments
 (0)