Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pcmcia: ds: Emphasize "really" epizeuxis

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/ [1]
Link: https://lore.kernel.org/all/20220831083623.GA25639@isilmar-4.linta.de/ [2]
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>

authored by

Bagas Sanjaya and committed by
Dominik Brodowski
ce0e8efb 44822df8

+1 -1
+1 -1
drivers/pcmcia/ds.c
··· 1308 1308 * physically present, even if the call to this function returns 1309 1309 * non-NULL. Furthermore, the device driver most likely is unbound 1310 1310 * almost immediately, so the timeframe where pcmcia_dev_present 1311 - * returns NULL is probably really really small. 1311 + * returns NULL is probably really, really small. 1312 1312 */ 1313 1313 struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *_p_dev) 1314 1314 {