From: Paul Bolle Date: Mon, 25 Mar 2013 19:52:01 +0000 (+0100) Subject: HID: fix ifdef comment for "CONFIG_HID_PICOLCD_CIR" X-Git-Tag: firefly_0821_release~3680^2~642^2~1^3~5 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=commitdiff_plain;h=4e55467efbc7e52e9e0d8c797c72e6b45c5ee270 HID: fix ifdef comment for "CONFIG_HID_PICOLCD_CIR" Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-picolcd.h b/drivers/hid/hid-picolcd.h index 020cef69f6a1..88c7c934c603 100644 --- a/drivers/hid/hid-picolcd.h +++ b/drivers/hid/hid-picolcd.h @@ -302,7 +302,7 @@ static inline int picolcd_init_cir(struct picolcd_data *data, struct hid_report static inline void picolcd_exit_cir(struct picolcd_data *data) { } -#endif /* CONFIG_HID_PICOLCD_LIRC */ +#endif /* CONFIG_HID_PICOLCD_CIR */ int picolcd_reset(struct hid_device *hdev); struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev,