]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
pcmcia: ds: Emphasize "really" epizeuxis
authorBagas Sanjaya <bagasdotme@gmail.com>
Mon, 11 Aug 2025 02:04:37 +0000 (09:04 +0700)
committerDominik Brodowski <linux@dominikbrodowski.net>
Sat, 16 Aug 2025 13:36:08 +0000 (15:36 +0200)
pcmcia_dev_present() comment writes about small timeframe where
the function returns NULL (racy condition), in epizeuxis device. In the
past, it tripped contributors who misunderstood it for "really"
duplicate ([1], [2]).

Add comma between "really" words to emphasize the epizeuxis.

Link: https://lore.kernel.org/all/YxT1As38WRZcyH0%2F@shine.dominikbrodowski.net/
Link: https://lore.kernel.org/all/20220831083623.GA25639@isilmar-4.linta.de/
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/ds.c

index da6f66f357cc10d08bca43d7057efa668e4445cf..18f4eef28dbc5d351624f12dfe5966fac75f3ec2 100644 (file)
@@ -1308,7 +1308,7 @@ static int pcmcia_bus_early_resume(struct pcmcia_socket *skt)
  * physically present, even if the call to this function returns
  * non-NULL. Furthermore, the device driver most likely is unbound
  * almost immediately, so the timeframe where pcmcia_dev_present
- * returns NULL is probably really really small.
+ * returns NULL is probably really, really small.
  */
 struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *_p_dev)
 {