[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070928.154359.66076641.davem@davemloft.net>
Date: Fri, 28 Sep 2007 15:43:59 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: akepner@....com
Cc: grundler@...isc-linux.org, jbarnes@...tuousgeek.org, jes@....com,
randy.dunlap@...cle.com, rdreier@...co.com,
James.Bottomley@...eleye.com, linux-kernel@...r.kernel.org
Subject: Re: [1/4] dma: add dma_flags_set_dmabarrier() to dma interface
From: akepner@....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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists