public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [Bulk] [MMC] Fix syntax error
Date: Sun, 3 Dec 2006 12:22:31 -0800	[thread overview]
Message-ID: <200612031222.32028.david-b@pacbell.net> (raw)
In-Reply-To: <20061203193721.GA20896@linux-mips.org>

On Sunday 03 December 2006 11:37 am, Ralf Baechle wrote:
> Fix syntax error introduced in ab7aefd0b38297e6d2d71f43e8f81f9f4a36cdae.

Whoops, sorry -- my bad.  However:


> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
> 
> diff --git a/drivers/mmc/au1xmmc.c b/drivers/mmc/au1xmmc.c
> index 447fba5..6aac498 100644
> --- a/drivers/mmc/au1xmmc.c
> +++ b/drivers/mmc/au1xmmc.c
> @@ -875,7 +875,7 @@ static void au1xmmc_init_dma(struct au1x
>  	host->rx_chan = rxchan;
>  }
>  
> -struct const mmc_host_ops au1xmmc_ops = {
> +const struct mmc_host_ops au1xmmc_ops = {

This would normally be "static const struct" ...

>  	.request	= au1xmmc_request,
>  	.set_ios	= au1xmmc_set_ios,
>  };
> 

  reply	other threads:[~2006-12-03 20:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-03 19:37 [MMC] Fix syntax error Ralf Baechle
2006-12-03 20:22 ` David Brownell [this message]
2006-12-03 21:09   ` [Bulk] " Ralf Baechle

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=200612031222.32028.david-b@pacbell.net \
    --to=david-b@pacbell.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ralf@linux-mips.org \
    /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