[PATCH 2/3] pcmcia: fix repeated word 'both' in comment

From: Hemanth Selam

Date: Fri Sep 04 2026 - 07:27:54 EST


Drop the second 'both', reported by checkpatch.pl as a possible repeated
word. Only touches a comment, no code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
drivers/pcmcia/ti113x.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pcmcia/ti113x.h b/drivers/pcmcia/ti113x.h
index 9ff0deaf73ab..9bb697b16aea 100644
--- a/drivers/pcmcia/ti113x.h
+++ b/drivers/pcmcia/ti113x.h
@@ -758,7 +758,7 @@ static int ti12xx_power_hook(struct pcmcia_socket *sock, int operation)
/*
* all serial/tied: only disable when modparm set. always doing it
* would mean a regression for working setups 'cos it disables the
- * interrupts for both both slots on 2-slot controllers
+ * interrupts for both slots on 2-slot controllers
* (and users of single slot controllers where it's save have to
* live with setting the modparm, most don't have to anyway)
*/
--
2.48.1