From: Ruslan Pisarev Date: Tue, 26 Jul 2011 11:17:01 +0000 (+0300) Subject: Xen: fix braces coding style issue in xenbus_probe.h X-Git-Tag: v2.6.39-400.9.0~854^2~5^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=948880e498e7e7e22045911b3c2549d7bbf9b61d;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/drivers/xen/xenbus/xenbus_probe.h b/drivers/xen/xenbus/xenbus_probe.h index 888b9900ca08..22dfd4ef2e60 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);