{
int ret = platform_driver_register(<q_pci_driver);
if (ret)
- printk(KERN_INFO "ltq_pci: Error registering platform driver!");
+ printk(KERN_INFO "ltq_pci: Error registering platfom driver!");
return ret;
}
/*
* The no info errors are used when error overflows are reported.
* There are a limited number of error logging registers that can
- * be exhausted. When all registers are exhausted and an additional
+ * be exausted. When all registers are exhausted and an additional
* error occurs then an error overflow register records that an
* error occurred and the type of error, but doesn't have any
* further information. The ce/ue versions make for cleaner
* structure, that needs to be polled for possible error events.
*
* This operation is to acquire the list mutex lock
- * (thus preventing insertion or deletion)
+ * (thus preventing insertation or deletion)
* and then call the device's poll function IFF this device is
* running polled and there is a poll function defined.
*/