mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
sata_sis.c: trivial spelling fix
Trivial spelling fix. Signed-off-by: Chris Dunlop <chris@onthe.net.au> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
003456145f
commit
142924cf40
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ static const struct ata_port_info sis_port_info = {
|
|||
};
|
||||
|
||||
MODULE_AUTHOR("Uwe Koziolek");
|
||||
MODULE_DESCRIPTION("low-level driver for Silicon Integratad Systems SATA controller");
|
||||
MODULE_DESCRIPTION("low-level driver for Silicon Integrated Systems SATA controller");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DEVICE_TABLE(pci, sis_pci_tbl);
|
||||
MODULE_VERSION(DRV_VERSION);
|
||||
|
|
Loading…
Reference in a new issue