linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmc: at91_mci: remove whitespace at the end of lines
@ 2007-08-08 10:01 Nicolas Ferre
  2007-08-09 14:12 ` Pierre Ossman
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Ferre @ 2007-08-08 10:01 UTC (permalink / raw)
  To: Pierre Ossman; +Cc: Andrew Victor, Linux Kernel list, ARM Linux Mailing List

Some cleanup with whitespace/tab at the end of lines.

Signed-off-by: Nicolas Ferre <nicolas.ferre@rfo.atmel.com> 
---

Index: b/drivers/mmc/host/at91_mci.c
===================================================================
--- a/drivers/mmc/host/at91_mci.c
+++ b/drivers/mmc/host/at91_mci.c
@@ -83,7 +83,7 @@
 
 #define AT91_MCI_ERRORS	(AT91_MCI_RINDE | AT91_MCI_RDIRE | AT91_MCI_RCRCE	\
 		| AT91_MCI_RENDE | AT91_MCI_RTOE | AT91_MCI_DCRCE		\
-		| AT91_MCI_DTOE | AT91_MCI_OVRE | AT91_MCI_UNRE)			
+		| AT91_MCI_DTOE | AT91_MCI_OVRE | AT91_MCI_UNRE)
 
 #define at91_mci_read(host, reg)	__raw_readl((host)->baseaddr + (reg))
 #define at91_mci_write(host, reg, val)	__raw_writel((val), (host)->baseaddr + (reg))
@@ -676,15 +676,15 @@ static irqreturn_t at91_mci_irq(int irq,
 
 	int_status = at91_mci_read(host, AT91_MCI_SR);
 	int_mask = at91_mci_read(host, AT91_MCI_IMR);
-	
+
 	pr_debug("MCI irq: status = %08X, %08X, %08X\n", int_status, int_mask,
 		int_status & int_mask);
-	
+
 	int_status = int_status & int_mask;
 
 	if (int_status & AT91_MCI_ERRORS) {
 		completed = 1;
-		
+
 		if (int_status & AT91_MCI_UNRE)
 			pr_debug("MMC: Underrun error\n");
 		if (int_status & AT91_MCI_OVRE)


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

* Re: [PATCH] mmc: at91_mci: remove whitespace at the end of lines
  2007-08-08 10:01 [PATCH] mmc: at91_mci: remove whitespace at the end of lines Nicolas Ferre
@ 2007-08-09 14:12 ` Pierre Ossman
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre Ossman @ 2007-08-09 14:12 UTC (permalink / raw)
  To: Nicolas Ferre; +Cc: Andrew Victor, Linux Kernel list, ARM Linux Mailing List

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

On Wed, 08 Aug 2007 12:01:44 +0200
Nicolas Ferre <nicolas.ferre@rfo.atmel.com> wrote:

> Some cleanup with whitespace/tab at the end of lines.
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@rfo.atmel.com> 
> ---

Patch applied, thanks.

Rgds
Pierre

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2007-08-09 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-08 10:01 [PATCH] mmc: at91_mci: remove whitespace at the end of lines Nicolas Ferre
2007-08-09 14:12 ` Pierre Ossman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).