Skip to content

Commit

Permalink
[PATCH] typo fix in drivers/scsi/sata_svw.c comment
Browse files Browse the repository at this point in the history
Add missing brace.
  • Loading branch information
Rolf Eike Beer authored and Unknown committed May 12, 2005
1 parent 88d7bd8 commit 104e501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/sata_svw.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ static int k2_sata_init_one (struct pci_dev *pdev, const struct pci_device_id *e

/* Clear a magic bit in SCR1 according to Darwin, those help
* some funky seagate drives (though so far, those were already
* set by the firmware on the machines I had access to
* set by the firmware on the machines I had access to)
*/
writel(readl(mmio_base + K2_SATA_SICR1_OFFSET) & ~0x00040000,
mmio_base + K2_SATA_SICR1_OFFSET);
Expand Down

0 comments on commit 104e501

Please sign in to comment.