Skip to content

Commit

Permalink
[PATCH] libata: cosmetic change in struct ata_port
Browse files Browse the repository at this point in the history
Cosmetic change in struct ata_port.

Signed-off-by: Tejun Heo <htejun@gmail.com>
  • Loading branch information
Tejun Heo committed Jun 11, 2006
1 parent 0a1b622 commit 9a9c77d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9a9c77d

Please sign in to comment.