[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Trivial coding style fix.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 9bf6f907b3ff0261902f06d261f76c1bd12af9f5 # Parent 3d89876eb4d4f4feb30a972159648878f0985395 Trivial coding style fix. Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx> diff -r 3d89876eb4d4 -r 9bf6f907b3ff linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c Wed Nov 16 10:28:12 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c Wed Nov 16 10:29:52 2005 @@ -854,7 +854,7 @@ { int ret = 0; - if(xenstored_ready > 0) + if (xenstored_ready > 0) ret = nb->notifier_call(nb, 0, NULL); else notifier_chain_register(&xenstore_chain, nb); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |