ruslanpisarev at gmail.com
2011-Jul-26 11:17 UTC
[PATCH 6/7] Xen: fix braces coding style issue in xenbus_probe.h
From: Ruslan Pisarev <ruslan at rpisarev.org.ua>
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 at rpisarev.org.ua>
---
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