[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190726190146.10875-1-ubuntu@ip-172-31-129-142.ec2.internal>
Date: Fri, 26 Jul 2019 19:01:46 +0000
From: Abhinav Jain <crazypsychild@...il.com>
To: gregkh@...uxfoundation.org
Cc: himadri18.07@...il.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org,
Abhinav Jain <crazypsychild@...il.com>
Subject: [PATCH] Staging: rtl8192e: fixed a function prototype definition issue
From: Abhinav Jain <crazypsychild@...il.com>
Added the identifier name in the function prototype definition.
Signed-off-by: Abhinav Jain <crazypsychild@...il.com>
---
drivers/staging/rtl8192e/rtllib.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h
index 2dd57e88276e..f55153270a8d 100644
--- a/drivers/staging/rtl8192e/rtllib.h
+++ b/drivers/staging/rtl8192e/rtllib.h
@@ -1940,7 +1940,7 @@ int rtllib_encrypt_fragment(
int hdr_len);
int rtllib_xmit(struct sk_buff *skb, struct net_device *dev);
-void rtllib_txb_free(struct rtllib_txb *);
+void rtllib_txb_free(struct rtllib_txb *txb);
/* rtllib_rx.c */
int rtllib_rx(struct rtllib_device *ieee, struct sk_buff *skb,
--
2.17.1
Powered by blists - more mailing lists