lkml.org 
[lkml]   [2018]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 04/75] staging: ks7010: Remove trailing _t from 'struct pmk_cache_t'.
    Date
    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 pmk_cache_t' with 'struct pmk_cache'.

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

    diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c
    index 8c269624401b..b8a9d242e95b 100644
    --- a/drivers/staging/ks7010/ks_hostif.c
    +++ b/drivers/staging/ks7010/ks_hostif.c
    @@ -2123,7 +2123,7 @@ void hostif_sme_set_key(struct ks_wlan_private *priv, int type)
    static
    void hostif_sme_set_pmksa(struct ks_wlan_private *priv)
    {
    - struct pmk_cache_t {
    + struct pmk_cache {
    __le16 size;
    struct {
    u8 bssid[ETH_ALEN];
    --
    2.16.3
    \
     
     \ /
      Last update: 2018-03-31 08:26    [W:2.144 / U:0.148 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site