public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: minyard@acm.org
Cc: linux-kernel@vger.kernel.org, openipmi-developer@lists.sourceforge.net
Subject: Re: [PATCH 8/8] IPMI: Convert locked counters to atomics in the system interface
Date: Wed, 13 Feb 2008 15:28:05 -0800	[thread overview]
Message-ID: <20080213152805.2a1a3316.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080213163432.GH9830@minyard.local>

On Wed, 13 Feb 2008 10:34:32 -0600
Corey Minyard <minyard@acm.org> wrote:

> +struct smi_stats
> +{
> +	atomic_t short_timeouts;
> +	atomic_t long_timeouts;
> +	atomic_t timeout_restarts;
> +	atomic_t idles;
> +	atomic_t interrupts;
> +	atomic_t attentions;
> +	atomic_t flag_fetches;
> +	atomic_t hosed_count;
> +	atomic_t complete_transactions;
> +	atomic_t events;
> +	atomic_t watchdog_pretimeouts;
> +	atomic_t incoming_messages;
> +};

Ditto.


Also, please do remember to check all patches with scripts/checkpatch.pl.  I can
see one right there.


      reply	other threads:[~2008-02-13 23:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-13 16:34 [PATCH 8/8] IPMI: Convert locked counters to atomics in the system interface Corey Minyard
2008-02-13 23:28 ` Andrew Morton [this message]

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=20080213152805.2a1a3316.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=minyard@acm.org \
    --cc=openipmi-developer@lists.sourceforge.net \
    /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