|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 6/7] Xen: fix braces coding style issue in xenbus_pro
From: Ruslan Pisarev <ruslan@xxxxxxxxxxxxxxx>
This is a patch to the xenbus_probe.h file that fixed up braces errors found by
the checkpatch.pl tools.
Signed-off-by: Ruslan Pisarev <ruslan@xxxxxxxxxxxxxxx>
---
drivers/xen/xenbus/xenbus_probe.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/xen/xenbus/xenbus_probe.h
b/drivers/xen/xenbus/xenbus_probe.h
index 888b990..22dfd4e 100644
--- a/drivers/xen/xenbus/xenbus_probe.h
+++ b/drivers/xen/xenbus/xenbus_probe.h
@@ -36,8 +36,7 @@
#define XEN_BUS_ID_SIZE 20
-struct xen_bus_type
-{
+struct xen_bus_type {
char *root;
unsigned int levels;
int (*get_bus_id)(char bus_id[XEN_BUS_ID_SIZE], const char *nodename);
--
1.7.4.1
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH 6/7] Xen: fix braces coding style issue in xenbus_probe.h,
ruslanpisarev <=
|
|
|
|
|