summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2018-09-18 10:07:11 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-18 13:30:18 +0200
commitf4cd8d753a576a6a0490cae4e0ebbdee93488b8a (patch)
tree5cfa011724b5b50c438ec4d9930aca6cd603efd7 /drivers
parent508c7457746a4e4ecb8af52e63ebccf6920b3c36 (diff)
downloadlinux-stable-f4cd8d753a576a6a0490cae4e0ebbdee93488b8a.tar.gz
linux-stable-f4cd8d753a576a6a0490cae4e0ebbdee93488b8a.tar.bz2
linux-stable-f4cd8d753a576a6a0490cae4e0ebbdee93488b8a.zip
staging: rtl8188eu: simplify function comments
Simplify function comments to a single line. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_ioctl_set.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_ioctl_set.c b/drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
index c291d3a0fdcc..0b3eb0b40975 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
@@ -530,12 +530,7 @@ exit:
return ret;
}
-/*
-* rtw_get_cur_max_rate -
-* @adapter: pointer to struct adapter structure
-*
-* Return 0 or 100Kbps
-*/
+/* Return 0 or 100Kbps */
u16 rtw_get_cur_max_rate(struct adapter *adapter)
{
int i = 0;
@@ -586,13 +581,7 @@ u16 rtw_get_cur_max_rate(struct adapter *adapter)
return max_rate;
}
-/*
-* rtw_set_country -
-* @adapter: pointer to struct adapter structure
-* @country_code: string of country code
-*
-* Return _SUCCESS or _FAIL
-*/
+/* Return _SUCCESS or _FAIL */
int rtw_set_country(struct adapter *adapter, const char *country_code)
{
int i;