mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
tools: Delete the unneeded semicolon after curly braces
Unneeded semicolon after curly braces, so delete it. Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com> Message-Id: <20221105155151.12155-1-dengshaomin@cdjrlc.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
b66ead2d0e
commit
75e4ab9735
|
|
@ -75,7 +75,7 @@ static int wait_order(int ctl_fd)
|
|||
|
||||
if (ret)
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user