public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [MMC] Fix syntax error
@ 2006-12-03 19:37 Ralf Baechle
  2006-12-03 20:22 ` [Bulk] " David Brownell
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2006-12-03 19:37 UTC (permalink / raw)
  To: David Brownell, linux-kernel

Fix syntax error introduced in ab7aefd0b38297e6d2d71f43e8f81f9f4a36cdae.

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 = {
 	.request	= au1xmmc_request,
 	.set_ios	= au1xmmc_set_ios,
 };

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Bulk] [MMC] Fix syntax error
  2006-12-03 19:37 [MMC] Fix syntax error Ralf Baechle
@ 2006-12-03 20:22 ` David Brownell
  2006-12-03 21:09   ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: David Brownell @ 2006-12-03 20:22 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-kernel

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,
>  };
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bulk] [MMC] Fix syntax error
  2006-12-03 20:22 ` [Bulk] " David Brownell
@ 2006-12-03 21:09   ` Ralf Baechle
  0 siblings, 0 replies; 3+ messages in thread
From: Ralf Baechle @ 2006-12-03 21:09 UTC (permalink / raw)
  To: David Brownell; +Cc: linux-kernel

On Sun, Dec 03, 2006 at 12:22:31PM -0800, David Brownell wrote:

> On Sunday 03 December 2006 11:37 am, Ralf Baechle wrote:
> > Fix syntax error introduced in ab7aefd0b38297e6d2d71f43e8f81f9f4a36cdae.
> 
> Whoops, sorry -- my bad.  However:

Undercaffeination ...

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-03 21:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-03 19:37 [MMC] Fix syntax error Ralf Baechle
2006-12-03 20:22 ` [Bulk] " David Brownell
2006-12-03 21:09   ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox