mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Suresh Siddha <suresh.b.siddha@intel.com>
To: dwmw2@infradead.org
Cc: linux-kernel@vger.kernel.org,
	Suresh Siddha <suresh.b.siddha@intel.com>,
	a.beregalov@gmail.com
Subject: [patch 1/2] dmar: coding style cleanup for dmar_parse_one_rhsa()
Date: Wed, 07 Oct 2009 10:00:50 -0700	[thread overview]
Message-ID: <20091007170149.080617784@sbs-t61.sc.intel.com> (raw)

[-- Attachment #1: fix_indentation_config.patch --]
[-- Type: text/plain, Size: 574 bytes --]

Reported-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
---
 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;
 }



             reply	other threads:[~2009-10-07 17:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-07 17:00 Suresh Siddha [this message]
2009-10-07 17:00 ` [patch 2/2] acpi: define acpi_map_pxm_to_node() for !CONFIG_NUMA Suresh Siddha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091007170149.080617784@sbs-t61.sc.intel.com \
    --to=suresh.b.siddha@intel.com \
    --cc=a.beregalov@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome