mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 23:21:49 -04:00
[PATCH] s/;;/;/g
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
29afd49b72
commit
53b3531bbb
@@ -2797,7 +2797,7 @@ mbox_post_sync_cmd(adapter_t *adapter, uint8_t raw_mbox[])
|
||||
// available within 1 second, assume FW is initializing and wait
|
||||
// for an extended amount of time
|
||||
if (mbox->numstatus == 0xFF) { // status not yet available
|
||||
udelay(25);;
|
||||
udelay(25);
|
||||
|
||||
for (i = 0; mbox->numstatus == 0xFF && i < 1000; i++) {
|
||||
rmb();
|
||||
|
||||
Reference in New Issue
Block a user