summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_hostif.h
diff options
context:
space:
mode:
authorQuytelda Kahja2018-03-31 08:08:27 +0200
committerGreg Kroah-Hartman2018-04-23 14:16:49 +0200
commitcee85e47b4df43e1b598feea298d1044a7ffac4a (patch)
tree8e6415d6ac7a8e7ff9925f0aab905696b813ca29 /drivers/staging/ks7010/ks_hostif.h
parentstaging: ks7010: Remove unused 'struct hostif_phy_information_confirm_t'. (diff)
downloadkernel-qcow2-linux-cee85e47b4df43e1b598feea298d1044a7ffac4a.tar.gz
kernel-qcow2-linux-cee85e47b4df43e1b598feea298d1044a7ffac4a.tar.xz
kernel-qcow2-linux-cee85e47b4df43e1b598feea298d1044a7ffac4a.zip
staging: ks7010: Remove trailing _t from 'struct hostif_sleep_request_t'.
The "_t" suffix is not needed for structure names in this driver, and is a reflection of an older typedef system that is no longer in place. Replace all occurences of 'struct hostif_sleep_request_t' with 'struct hostif_sleep_request'. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ks7010/ks_hostif.h')
-rw-r--r--drivers/staging/ks7010/ks_hostif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h
index 793c645316c3..56a983910787 100644
--- a/drivers/staging/ks7010/ks_hostif.h
+++ b/drivers/staging/ks7010/ks_hostif.h
@@ -424,7 +424,7 @@ enum sleep_mode_type {
SLP_SLEEP
};
-struct hostif_sleep_request_t {
+struct hostif_sleep_request {
struct hostif_hdr header;
} __packed;