[PATCH 39/76] staging: ks7010: Remove trailing _t from 'struct last_associate_t'.

From: Quytelda Kahja
Date: Fri Mar 30 2018 - 03:20:57 EST


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 last_associate_t' with 'struct last_associate'.

Signed-off-by: Quytelda Kahja <quytelda@xxxxxxxxxxx>
---
drivers/staging/ks7010/ks_hostif.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h
index e599ab1d9f15..02046ab78a36 100644
--- a/drivers/staging/ks7010/ks_hostif.h
+++ b/drivers/staging/ks7010/ks_hostif.h
@@ -429,7 +429,7 @@ struct hostif_adhoc_set_confirm {
__le16 result_code;
} __packed;

-struct last_associate_t {
+struct last_associate {
u8 type;
u8 status;
} __packed;
--
2.16.3