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>
This commit is contained in:
parent
b8beba5d5a
commit
cee85e47b4
@ -1483,7 +1483,7 @@ static
|
||||
void hostif_sleep_request(struct ks_wlan_private *priv,
|
||||
enum sleep_mode_type mode)
|
||||
{
|
||||
struct hostif_sleep_request_t *pp;
|
||||
struct hostif_sleep_request *pp;
|
||||
|
||||
if (mode == SLP_SLEEP) {
|
||||
pp = hostif_generic_request(sizeof(*pp), HIF_SLEEP_REQ);
|
||||
|
@ -424,7 +424,7 @@ enum sleep_mode_type {
|
||||
SLP_SLEEP
|
||||
};
|
||||
|
||||
struct hostif_sleep_request_t {
|
||||
struct hostif_sleep_request {
|
||||
struct hostif_hdr header;
|
||||
} __packed;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user