diff options
author | 2022-09-26 17:03:27 +0300 | |
---|---|---|
committer | 2023-10-03 15:18:54 +0300 | |
commit | 2b09c69cc896841c7828408083f6cb443fef8612 (patch) | |
tree | 0fc020fb6059654d5e0f74acc4cf6c4336889ceb /event_notifier.c | |
parent | 346f9c0f4a72945795b2bf203d2294ff00f25148 (diff) |
Virtio-loopback-adapter Alpha release update:
- Format code style and remove unnecessary comments
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'event_notifier.c')
-rw-r--r-- | event_notifier.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/event_notifier.c b/event_notifier.c index 121cc6e..5a5d1c3 100644 --- a/event_notifier.c +++ b/event_notifier.c @@ -1,17 +1,17 @@ /* * Based on: - * 1) file-posix.c of Qemu Project + * 1) file-posix.c of QEMU Project * * Copyright (c) 2006 Fabrice Bellard * - * 2) event_notifier-posix.c of Qemu Project + * 2) event_notifier-posix.c of QEMU Project * * Copyright Red Hat, Inc. 2010 * * Authors: * Michael S. Tsirkin <mst@redhat.com> * - * 3) os-posix-lib.c of Qemu project + * 3) os-posix-lib.c of QEMU project * * Copyright (c) 2003-2008 Fabrice Bellard * Copyright (c) 2010 Red Hat, Inc. |