Commit d8f35f41 authored by Mike Christie's avatar Mike Christie Committed by Michael S. Tsirkin

vhost: fix up vhost_work coding style

Switch from a mix of tabs and spaces to just tabs.
Signed-off-by: default avatarMike Christie <michael.christie@oracle.com>
Link: https://lore.kernel.org/r/20210525174733.6212-6-michael.christie@oracle.comReviewed-by: default avatarStefano Garzarella <sgarzare@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent efb18e1e
...@@ -20,9 +20,9 @@ typedef void (*vhost_work_fn_t)(struct vhost_work *work); ...@@ -20,9 +20,9 @@ typedef void (*vhost_work_fn_t)(struct vhost_work *work);
#define VHOST_WORK_QUEUED 1 #define VHOST_WORK_QUEUED 1
struct vhost_work { struct vhost_work {
struct llist_node node; struct llist_node node;
vhost_work_fn_t fn; vhost_work_fn_t fn;
unsigned long flags; unsigned long flags;
}; };
/* Poll a file (eventfd or socket) */ /* Poll a file (eventfd or socket) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment