Skip to content

Commit

Permalink
Xen: fix braces coding style issue in xenbus_probe.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ruslan Pisarev authored and Konrad Rzeszutek Wilk committed Jul 26, 2011
1 parent 4b01098 commit 822a259
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/xen/xenbus/xenbus_probe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 822a259

Please sign in to comment.