summaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_wac.h
diff options
context:
space:
mode:
authorAaron Armstrong Skomra <aaron.skomra@wacom.com>2023-07-25 15:21:25 -0700
committerJiri Kosina <jkosina@suse.cz>2023-08-14 11:43:57 +0200
commit55ab9b2c42f4ce34264213b608889c9fcbdf392f (patch)
tree8f6f98a54c5bda99d23dcf0e0617c33a7ab2219e /drivers/hid/wacom_wac.h
parent2834e38048f1ef9bd7473fbc33e8266ad7a24fcb (diff)
downloadlinux-stable-55ab9b2c42f4ce34264213b608889c9fcbdf392f.tar.gz
linux-stable-55ab9b2c42f4ce34264213b608889c9fcbdf392f.tar.bz2
linux-stable-55ab9b2c42f4ce34264213b608889c9fcbdf392f.zip
HID: wacom: struct name cleanup
Help differentiate the two remote related "serial" struct variables by renaming "wacom_remote_data" to "wacom_remote_work_data". Signed-off-by: Aaron Skomra <skomra@gmail.com> Signed-off-by: Aaron Armstrong Skomra <aaron.skomra@wacom.com> Reviewed-by: Jason Gerecke <jason.gerecke@wacom.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/wacom_wac.h')
-rw-r--r--drivers/hid/wacom_wac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/wacom_wac.h b/drivers/hid/wacom_wac.h
index a10b19669947..57e185f18d53 100644
--- a/drivers/hid/wacom_wac.h
+++ b/drivers/hid/wacom_wac.h
@@ -328,7 +328,7 @@ struct hid_data {
ktime_t time_delayed;
};
-struct wacom_remote_data {
+struct wacom_remote_work_data {
struct {
u32 serial;
} remote[WACOM_MAX_REMOTES];