Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 822a259a authored by Ruslan Pisarev's avatar Ruslan Pisarev Committed by Konrad Rzeszutek Wilk
Browse files

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: default avatarRuslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 4b010983
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);