[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] missing braces for the for body (this is not python)
ChangeSet 1.1638, 2005/06/02 14:17:54+01:00, vh249@xxxxxxxxxxxxxxxxxxxxxx missing braces for the for body (this is not python) Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx> gnttab.c | 2 ++ 1 files changed, 2 insertions(+) diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/kernel/gnttab.c b/linux-2.6.11-xen-sparse/arch/xen/kernel/gnttab.c --- a/linux-2.6.11-xen-sparse/arch/xen/kernel/gnttab.c 2005-06-02 10:02:56 -04:00 +++ b/linux-2.6.11-xen-sparse/arch/xen/kernel/gnttab.c 2005-06-02 10:02:56 -04:00 @@ -189,9 +189,11 @@ int i; for ( i = 0; i < count; i++ ) + { to_die = next; next = gnttab_free_list[next]; put_free_entry( to_die ); + } } int _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |