projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a1b622
)
[PATCH] libata: cosmetic change in struct ata_port
author
Tejun Heo
<htejun@gmail.com>
Sun, 11 Jun 2006 02:19:00 +0000
(11:19 +0900)
committer
Tejun Heo
<htejun@gmail.com>
Sun, 11 Jun 2006 02:19:00 +0000
(11:19 +0900)
Cosmetic change in struct ata_port.
Signed-off-by: Tejun Heo <htejun@gmail.com>
include/linux/libata.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/libata.h
b/include/linux/libata.h
index a2a33a902917c14059e543417efcbf7eda0301b3..39e6b77de1a90e5f314ee64d36c4751ab2ff7490 100644
(file)
--- a/
include/linux/libata.h
+++ b/
include/linux/libata.h
@@
-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;