[patch 1/2] dmar: coding style cleanup for dmar_parse_one_rhsa()

From: Suresh Siddha
Date: Wed Oct 07 2009 - 13:07:02 EST


Reported-by: Alexander Beregalov <a.beregalov@xxxxxxxxx>
Signed-off-by: Suresh Siddha <suresh.b.siddha@xxxxxxxxx>
---
drivers/pci/dmar.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Index: iommu-2.6/drivers/pci/dmar.c
===================================================================
--- iommu-2.6.orig/drivers/pci/dmar.c
+++ iommu-2.6/drivers/pci/dmar.c
@@ -362,8 +362,9 @@ dmar_parse_one_rhsa(struct acpi_dmar_hea
if (!node_online(node))
node = -1;
drhd->iommu->node = node;
- return 0;
- }
+
+ return 0;
+ }

return -ENODEV;
}


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/