Skip to content

Commit ce0e8ef

Browse files
bagasmeDominik Brodowski
authored andcommitted
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>
1 parent 44822df commit ce0e8ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pcmcia/ds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ static int pcmcia_bus_early_resume(struct pcmcia_socket *skt)
13081308
* physically present, even if the call to this function returns
13091309
* non-NULL. Furthermore, the device driver most likely is unbound
13101310
* 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.
13121312
*/
13131313
struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *_p_dev)
13141314
{

0 commit comments

Comments
 (0)