[PATCH] typo fix in drivers/scsi/sata_svw.c comment

Add missing brace.

authored by

Rolf Eike Beer and committed by
104e5010 88d7bd8c

+1 -1
+1 -1
drivers/scsi/sata_svw.c
··· 395 395 396 396 /* Clear a magic bit in SCR1 according to Darwin, those help 397 397 * some funky seagate drives (though so far, those were already 398 - * set by the firmware on the machines I had access to 398 + * set by the firmware on the machines I had access to) 399 399 */ 400 400 writel(readl(mmio_base + K2_SATA_SICR1_OFFSET) & ~0x00040000, 401 401 mmio_base + K2_SATA_SICR1_OFFSET);