From: David Miller <davem@davemloft.net>
To: akepner@sgi.com
Cc: grundler@parisc-linux.org, jbarnes@virtuousgeek.org, jes@sgi.com,
randy.dunlap@oracle.com, rdreier@cisco.com,
James.Bottomley@steeleye.com, linux-kernel@vger.kernel.org
Subject: Re: [1/4] dma: add dma_flags_set_dmabarrier() to dma interface
Date: Fri, 28 Sep 2007 15:43:59 -0700 (PDT) [thread overview]
Message-ID: <20070928.154359.66076641.davem@davemloft.net> (raw)
In-Reply-To: <20070928011059.GN30013@sgi.com>
From: akepner@sgi.com
Date: Thu, 27 Sep 2007 18:10:59 -0700
> +#ifndef ARCH_CAN_REORDER_DMA
> +static inline int dma_flags_set_dmabarrier(int dir) {
> + return dir;
> +}
> +#endif /* ARCH_CAN_REORDER_DMA */
Coding style, that initial openning brace should be
on a line by itself.
prev parent reply other threads:[~2007-09-28 22:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-28 1:10 [1/4] dma: add dma_flags_set_dmabarrier() to dma interface akepner
2007-09-28 22:43 ` David Miller [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=20070928.154359.66076641.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=James.Bottomley@steeleye.com \
--cc=akepner@sgi.com \
--cc=grundler@parisc-linux.org \
--cc=jbarnes@virtuousgeek.org \
--cc=jes@sgi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
--cc=rdreier@cisco.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.