diff options
author | Tobin C. Harding <me@tobin.cc> | 2017-04-18 10:35:33 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-18 13:33:17 +0200 |
commit | 07e483c14bd5d149b1c214562654798a5be104b0 (patch) | |
tree | 35b3f5b52046190ac8f49d3429a8557c5c84d146 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b9ca8bb4e4c1dbe2f064f1ffe1cb771538d2a5ff (diff) |
staging: ks7010: rename wakeup work struct
struct work_struct uses identifier ks_wlan_wakeup_task, this is
confusing because the 'task' suffix implies that this is a
tasklet_struct instead of a work struct. Suffix 'work' would be more
clear. The code would be easier to read if it followed the principle
of least surprise and used the 'work' suffix for a work_struct
identifier.
Rename work_struct structure 'ks_wlan_wakeup_task' to 'wakeup_work'.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions