Hi

On Wed, 23 Jan 2013 19:08:49 +0100
Matthias Brugger <[email protected]> wrote:

> @@ -1020,7 +1038,7 @@ static void omap2_mcspi_work(struct omap2_mcspi *mcspi, 
> struct spi_message *m)
>  }
>  
>  static int omap2_mcspi_transfer_one_message(struct spi_master *master,
> -                                             struct spi_message *m)
> +             struct spi_message *m)
>  {
>       struct omap2_mcspi      *mcspi;
>       struct spi_transfer     *t;
> @@ -1041,7 +1059,7 @@ static int omap2_mcspi_transfer_one_message(struct 
> spi_master *master,
>                               || (len && !(rx_buf || tx_buf))
>                               || (t->bits_per_word &&
>                                       (  t->bits_per_word < 4
> -                                     || t->bits_per_word > 32))) {
> +                                        || t->bits_per_word > 32))) {
>                       dev_dbg(mcspi->dev, "transfer: %d Hz, %d %s%s, %d 
> bpw\n",
>                                       t->speed_hz,
>                                       len,

Just a sidenote but these indentation changes should go to another patch as 
they count about half of the lines.

-- 
Jarkko

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
spi-devel-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Reply via email to