On 11/02/2012 01:12 PM, Sergei Shtylyov wrote:
On 11/02/2012 10:09 PM, Brian Norris wrote:
@@ -6350,6 +6351,26 @@ int ata_pci_device_resume(struct pci_dev *pdev)
#endif /* CONFIG_PCI */
+/**
+ * ata_platform_remove_one- Platform layer callback for device removal
A space before hyphen is needed.
+ * @pdev: Platform device that was removed
+ *
+ * Platform layer indicates to libata via this hook that hot-unplug or
+ * module unload event has occurred. Detach all ports. Resource
+ * release is handled via devres.
+ *
+ * LOCKING:
+ * Inherited from platform layer (may sleep).
+ */
I actually meant indenting with tabs within the comment too. :-)
Ugh, more sloppiness, due to a bad copy&paste job, from
ata_pci_remove_one(). Thanks for keeping your eyes open. v3 coming...
Brian
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html