[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221025170621.271903-1-tegongkang@gmail.com>
Date: Wed, 26 Oct 2022 02:06:17 +0900
From: Kang Minchul <tegongkang@...il.com>
To: Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Pavel Skripkin <paskripkin@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Kang Minchul <tegongkang@...il.com>
Subject: [PATCH v3 0/4] staging: r8188eu: cleaning up unused variables
This patch series cleans up unused variables in r8188eu
causing coccicheck warnings.
Difference between this patch and previous patch is that this patch series
include making function rtw_sta_flush in r8188eu/core/rtw_ap.c
into void function.
Kang Minchul (4):
staging: r8188eu: remove unnecessary variable in ioctl_linux
staging: r8188eu: remove unnecessary vaiable in rtw_recv
staging: r8188eu: remove unnecessary variable in rtl8188eu_xmit
staging: r8188eu: make rtw_sta_flush to void
drivers/staging/r8188eu/core/rtw_ap.c | 7 ++-----
drivers/staging/r8188eu/core/rtw_recv.c | 3 +--
drivers/staging/r8188eu/hal/rtl8188eu_xmit.c | 3 +--
drivers/staging/r8188eu/include/rtw_ap.h | 2 +-
drivers/staging/r8188eu/os_dep/ioctl_linux.c | 4 +---
5 files changed, 6 insertions(+), 13 deletions(-)
--
2.34.1
Powered by blists - more mailing lists