mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
[PATCH] libata: cosmetic change in struct ata_port
Cosmetic change in struct ata_port. Signed-off-by: Tejun Heo <htejun@gmail.com>
This commit is contained in:
parent
0a1b622ef4
commit
9a9c77dc4c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user