X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fwait.c;h=444ddbfaefc490839e2cf913cb688c7ebb9f0df9;hb=ef97001f3d869d7cc1956e0cc0d89e514e3f7db0;hp=59a82f63275df037dd5bfb1062cffe317a698383;hpb=db1a19b38f3a85f475b4ad716c71be133d8ca48e;p=linux-2.6 diff --git a/kernel/wait.c b/kernel/wait.c index 59a82f6327..444ddbfaef 100644 --- a/kernel/wait.c +++ b/kernel/wait.c @@ -61,7 +61,7 @@ EXPORT_SYMBOL(remove_wait_queue); * The spin_unlock() itself is semi-permeable and only protects * one way (it only protects stuff inside the critical region and * stops them from bleeding out - it would still allow subsequent - * loads to move into the the critical region). + * loads to move into the critical region). */ void fastcall prepare_to_wait(wait_queue_head_t *q, wait_queue_t *wait, int state)