On Wed, 13 Feb 2008 10:34:32 -0600
Corey Minyard <[EMAIL PROTECTED]> 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.

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

Reply via email to