projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88d7bd8
)
[PATCH] typo fix in drivers/scsi/sata_svw.c comment
author
Rolf Eike Beer
<eike-kernel@sf-tec.de>
Sun, 27 Mar 2005 13:50:38 +0000
(08:50 -0500)
committer
<jgarzik@pobox.com>
<>
Thu, 12 May 2005 16:36:04 +0000
(12:36 -0400)
Add missing brace.
drivers/scsi/sata_svw.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/sata_svw.c
b/drivers/scsi/sata_svw.c
index 8d1a5d25c05364e41e7f98198b94335ed30d0046..05075bd3a89309e2b8f39e18cef5dfb27191dcea 100644
(file)
--- a/
drivers/scsi/sata_svw.c
+++ b/
drivers/scsi/sata_svw.c
@@
-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);