Message ID | 1481566542-25894-5-git-send-email-edward.shishkin@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/9p/vfs_addr.c b/fs/9p/vfs_addr.c index 4ad248e..afd8a13 100644 --- a/fs/9p/vfs_addr.c +++ b/fs/9p/vfs_addr.c @@ -576,7 +576,7 @@ static int flush_pages(struct page **pages, int nr_pages, #endif goto iter_send; } - }; + } iter_send: if (iter_len == 0) /* @@ -609,7 +609,7 @@ static int flush_pages(struct page **pages, int nr_pages, next_iter: if (ctx->done) return ret; - }; + } return 0; }