From: Jonas Lundqvist Date: Tue, 16 Mar 2010 14:41:09 +0000 (+0100) Subject: Staging: phison: fix incorrect tabs in phison.c X-Git-Tag: v2.6.35-rc1~441^2^2~368 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=33f84a8f2110afbb819c8336cb73d517fc0b2891;p=~shefty%2Frdma-dev.git Staging: phison: fix incorrect tabs in phison.c This patch fixes two incorrect tab warnings found by the checkpatch.pl tool Signed-off-by: Jonas Lundqvist Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/phison/phison.c b/drivers/staging/phison/phison.c index 0c495eacb75..42783d7367e 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, };