diff options
Diffstat (limited to 'arch/um/os-Linux/aio.c')
-rw-r--r-- | arch/um/os-Linux/aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/os-Linux/aio.c b/arch/um/os-Linux/aio.c index b8d8c9ca8d4a..57e3d46c989c 100644 --- a/arch/um/os-Linux/aio.c +++ b/arch/um/os-Linux/aio.c | |||
@@ -142,7 +142,7 @@ static int do_not_aio(struct aio_thread_req *req) | |||
142 | if (actual != req->offset) | 142 | if (actual != req->offset) |
143 | return -errno; | 143 | return -errno; |
144 | 144 | ||
145 | switch(req->type) { | 145 | switch (req->type) { |
146 | case AIO_READ: | 146 | case AIO_READ: |
147 | n = read(req->io_fd, req->buf, req->len); | 147 | n = read(req->io_fd, req->buf, req->len); |
148 | break; | 148 | break; |