Message ID | 1538964972-3223-1-git-send-email-liq3ea@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | util: aio-posix: fix a typo | expand |
On 8 October 2018 at 03:16, Li Qiang <liq3ea@gmail.com> wrote: > Cc: qemu-trivial@nongnu.org > Signed-off-by: Li Qiang <liq3ea@gmail.com> > --- > util/aio-posix.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/util/aio-posix.c b/util/aio-posix.c > index 621b302..51c41ed 100644 > --- a/util/aio-posix.c > +++ b/util/aio-posix.c > @@ -40,7 +40,7 @@ struct AioHandler > > #ifdef CONFIG_EPOLL_CREATE1 > > -/* The fd number threashold to switch to epoll */ > +/* The fd number threshold to switch to epoll */ > #define EPOLL_ENABLE_THRESHOLD 64 > > static void aio_epoll_disable(AioContext *ctx) > -- > 1.8.3.1 Reviewed-by: Peter Maydell <peter.maydell@linaro.org> thanks -- PMM
On Sun, 10/07 19:16, Li Qiang wrote: > Cc: qemu-trivial@nongnu.org > Signed-off-by: Li Qiang <liq3ea@gmail.com> Reviewed-by: Fam Zheng <famz@redhat.com>
On Sun, Oct 07, 2018 at 07:16:12PM -0700, Li Qiang wrote: > Cc: qemu-trivial@nongnu.org > Signed-off-by: Li Qiang <liq3ea@gmail.com> > --- > util/aio-posix.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan
diff --git a/util/aio-posix.c b/util/aio-posix.c index 621b302..51c41ed 100644 --- a/util/aio-posix.c +++ b/util/aio-posix.c @@ -40,7 +40,7 @@ struct AioHandler #ifdef CONFIG_EPOLL_CREATE1 -/* The fd number threashold to switch to epoll */ +/* The fd number threshold to switch to epoll */ #define EPOLL_ENABLE_THRESHOLD 64 static void aio_epoll_disable(AioContext *ctx)
Cc: qemu-trivial@nongnu.org Signed-off-by: Li Qiang <liq3ea@gmail.com> --- util/aio-posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)