Commit 9a9c77dc authored by Tejun Heo's avatar Tejun Heo

[PATCH] libata: cosmetic change in struct ata_port

Cosmetic change in struct ata_port.
Signed-off-by: default avatarTejun Heo <htejun@gmail.com>
parent 0a1b622e
......@@ -520,7 +520,8 @@ struct ata_port {
struct ata_host_set *host_set;
struct device *dev;
struct work_struct port_task, hotplug_task;
struct work_struct port_task;
struct work_struct hotplug_task;
unsigned int hsm_task_state;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment