direct-io.hg
changeset 7826:9bf6f907b3ff
Trivial coding style fix.
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Nov 16 11:29:52 2005 +0100 (2005-11-16) |
parents | 3d89876eb4d4 |
children | 5019c8d034c4 022818ea3914 |
files | linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c Wed Nov 16 11:28:12 2005 +0100 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c Wed Nov 16 11:29:52 2005 +0100 1.3 @@ -854,7 +854,7 @@ int register_xenstore_notifier(struct no 1.4 { 1.5 int ret = 0; 1.6 1.7 - if(xenstored_ready > 0) 1.8 + if (xenstored_ready > 0) 1.9 ret = nb->notifier_call(nb, 0, NULL); 1.10 else 1.11 notifier_chain_register(&xenstore_chain, nb);