summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_probe.h
diff options
context:
space:
mode:
authorRuslan Pisarev <ruslan@rpisarev.org.ua>2011-07-26 14:17:01 +0300
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-07-26 13:31:59 -0400
commit822a259aa17e977892bf9dbb546522c477f7b7cb (patch)
treeac8fe11dc729490a95226afa065e429ba033539d /drivers/xen/xenbus/xenbus_probe.h
parent4b0109830842fa645c7f7460dc713cedfe4473f6 (diff)
downloadop-kernel-dev-822a259aa17e977892bf9dbb546522c477f7b7cb.zip
op-kernel-dev-822a259aa17e977892bf9dbb546522c477f7b7cb.tar.gz
Xen: fix braces coding style issue in xenbus_probe.h
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@rpisarev.org.ua> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/xenbus/xenbus_probe.h')
-rw-r--r--drivers/xen/xenbus/xenbus_probe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/xen/xenbus/xenbus_probe.h b/drivers/xen/xenbus/xenbus_probe.h
index b814935..9b1de4e 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);
OpenPOWER on IntegriCloud