mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
[PATCH] typo fix in drivers/scsi/sata_svw.c comment
Add missing brace.
This commit is contained in:
parent
88d7bd8cb9
commit
104e50108c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue