SPARC and UltraSPARC platform development
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: sparclinux@vger.kernel.org
Subject: Re: [PATCH] sparc64: Fix numa node distance initialization
Date: Tue, 05 Jan 2016 21:44:51 +0000	[thread overview]
Message-ID: <20160105.164451.2216133983176590876.davem@davemloft.net> (raw)
In-Reply-To: <1451986811-197131-1-git-send-email-nitin.m.gupta@oracle.com>

From: Nitin Gupta <nitin.m.gupta@oracle.com>
Date: Tue,  5 Jan 2016 01:40:11 -0800

> @@ -1374,6 +1367,14 @@ static int __init bootmem_init_numa(void)
>  	numadbg("bootmem_init_numa()\n");
>  
>  	if (numa_enabled) {
> +		int i, j;
> +		/* Some sane defaults for numa latency values */
> +		for (i = 0; i < MAX_NUMNODES; i++) {

There needs to be an empty line between local variable declarations
and other code.

  parent reply	other threads:[~2016-01-05 21:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-05  9:40 [PATCH] sparc64: Fix numa node distance initialization Nitin Gupta
2016-01-05 21:02 ` Khalid Aziz
2016-01-05 21:44 ` David Miller [this message]
2016-01-06  6:26 ` Nitin Gupta

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=20160105.164451.2216133983176590876.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=sparclinux@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