All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 7/7] Staging: phison: fix space before tabular coding style issues
@ 2010-03-24  8:44 Soeren Moeller
  2010-04-29 16:46 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Soeren Moeller @ 2010-03-24  8:44 UTC (permalink / raw)
  To: gregkh, soerenmoeller2001, peterhuewe, jgarzik, alan; +Cc: devel, linux-kernel

This patch fixes two space before tabular warning in phison.c, found by checkpatch.pl

Signed-off-by: Soeren Moeller <soerenmoeller2001@gmail.com>
---
 drivers/staging/phison/phison.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/phison/phison.c b/drivers/staging/phison/phison.c
index 0c495ea..42783d7 100644
--- a/drivers/staging/phison/phison.c
+++ b/drivers/staging/phison/phison.c
@@ -23,7 +23,7 @@
 #define PHISON_DEBUG
 
 #define DRV_NAME		"phison_e-box"	/* #0003 */
-#define DRV_VERSION 		"0.91"		/* #0003 */
+#define DRV_VERSION		"0.91"		/* #0003 */
 
 #define PCI_VENDOR_ID_PHISON	0x1987
 #define PCI_DEVICE_ID_PS5000	0x5000
@@ -56,7 +56,7 @@ static int phison_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 
 		.pio_mask	= 0x1f,
 		.mwdma_mask	= 0x07,
-		.udma_mask 	= ATA_UDMA5,
+		.udma_mask	= ATA_UDMA5,
 
 		.port_ops	= &phison_ops,
 	};
-- 
1.6.3.3


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

* Re: [PATCH 7/7] Staging: phison: fix space before tabular coding style issues
  2010-03-24  8:44 [PATCH 7/7] Staging: phison: fix space before tabular coding style issues Soeren Moeller
@ 2010-04-29 16:46 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-04-29 16:46 UTC (permalink / raw)
  To: Soeren Moeller; +Cc: gregkh, peterhuewe, jgarzik, alan, devel, linux-kernel

On Wed, Mar 24, 2010 at 08:44:49AM +0000, Soeren Moeller wrote:
> This patch fixes two space before tabular warning in phison.c, found by checkpatch.pl
> 
> Signed-off-by: Soeren Moeller <soerenmoeller2001@gmail.com>

Sorry, someone else sent this change in before you.

greg k-h

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

end of thread, other threads:[~2010-04-30 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-24  8:44 [PATCH 7/7] Staging: phison: fix space before tabular coding style issues Soeren Moeller
2010-04-29 16:46 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.