aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJonas Lundqvist <jonas@gannon.se>2010-03-16 10:41:09 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 14:35:52 -0400
commit33f84a8f2110afbb819c8336cb73d517fc0b2891 (patch)
tree4a3622c67f684d6afaa969a26352784020f35be0 /drivers
parentfa51929f66ce7953714df1193b13750c39871065 (diff)
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 <jonas@gannon.se> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/phison/phison.c4
1 files changed, 2 insertions, 2 deletions
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 @@
23#define PHISON_DEBUG 23#define PHISON_DEBUG
24 24
25#define DRV_NAME "phison_e-box" /* #0003 */ 25#define DRV_NAME "phison_e-box" /* #0003 */
26#define DRV_VERSION "0.91" /* #0003 */ 26#define DRV_VERSION "0.91" /* #0003 */
27 27
28#define PCI_VENDOR_ID_PHISON 0x1987 28#define PCI_VENDOR_ID_PHISON 0x1987
29#define PCI_DEVICE_ID_PS5000 0x5000 29#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)
56 56
57 .pio_mask = 0x1f, 57 .pio_mask = 0x1f,
58 .mwdma_mask = 0x07, 58 .mwdma_mask = 0x07,
59 .udma_mask = ATA_UDMA5, 59 .udma_mask = ATA_UDMA5,
60 60
61 .port_ops = &phison_ops, 61 .port_ops = &phison_ops,
62 }; 62 };