Re: [PATCH 2/2] input: fix repeated words in comments

From: Hemanth Selam

Date: Mon Sep 07 2026 - 00:24:21 EST


Please drop this patch. The sashiko bot flagged it and it is right.

drivers/input/serio/q40kbd.c
"It allocates the interrupt and enables in in the chip."

My patch deleted one "in" and left "enables in the chip", which has no
object. Reading the function, what it enables is the keyboard interrupt,
so the comment should say "enables it in the chip" - a different fix from
the one I sent.

I will send that as a separate patch if you would like it; otherwise
please just drop this one.