projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb18e1
)
vhost: fix up vhost_work coding style
author
Mike Christie
<michael.christie@oracle.com>
Tue, 25 May 2021 17:47:33 +0000
(12:47 -0500)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sat, 3 Jul 2021 08:50:55 +0000
(
04:50
-0400)
Switch from a mix of tabs and spaces to just tabs.
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Link:
https://lore.kernel.org/r/20210525174733.6212-6-michael.christie@oracle.com
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vhost.h
patch
|
blob
|
history
diff --git
a/drivers/vhost/vhost.h
b/drivers/vhost/vhost.h
index 24ebb66a4fcf40276f5fb2b8a247d70219328ffa..638bb640d6b4b5f7d0ce20b2bab5461ba8b2cfbd 100644
(file)
--- a/
drivers/vhost/vhost.h
+++ b/
drivers/vhost/vhost.h
@@
-20,9
+20,9
@@
typedef void (*vhost_work_fn_t)(struct vhost_work *work);
#define VHOST_WORK_QUEUED 1
struct vhost_work {
- struct llist_node
node;
- vhost_work_fn_t
fn;
- unsigned long
flags;
+ struct llist_node node;
+ vhost_work_fn_t fn;
+ unsigned long flags;
};
/* Poll a file (eventfd or socket) */