]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Xen: fix braces coding style issue in xenbus_probe.h
authorRuslan Pisarev <ruslan@rpisarev.org.ua>
Tue, 26 Jul 2011 11:17:01 +0000 (14:17 +0300)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 19 Oct 2011 16:54:03 +0000 (12:54 -0400)
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>
drivers/xen/xenbus/xenbus_probe.h

index 888b9900ca082d6772f6e642e4970ab0981a9b0f..22dfd4ef2e60ae8848c51dac859e9c4808131bf5 100644 (file)
@@ -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);