Oh, my mistake.
It's really semicolon, not comma :)
Should I resend the patch with correct name?
16.04.2014 21:58, Peter Maydell пишет:
On 16 April 2014 18:32, Stefan Weil <[email protected]> wrote:
Am 16.04.2014 15:43, schrieb Igor Ryzhov:
Signed-off-by: Igor Ryzhov <[email protected]>
---
net/net.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/net.c b/net/net.c
index e3ef1e4..60a07f1 100644
--- a/net/net.c
+++ b/net/net.c
@@ -473,7 +473,7 @@ ssize_t qemu_deliver_packet(NetClientState *sender,
if (ret == 0) {
nc->receive_disabled = 1;
- };
+ }
return ret;
}
Reviewed-by: Stefan Weil <[email protected]>
CC'ing qemu-trivial
PS. The "." at the end of your subject line is unnecessary, too. :-)
"net/net.c: Remove unnecessary semicolon" would probably
be better (since it lets people know which area the patch is affecting
and also gets the name of the punctuation mark right ;-)).
thanks
-- PMM