Commit 46e65673 authored by William Durand's avatar William Durand Committed by Greg Kroah-Hartman

staging: rtl8192e: fix typo in a comment

This patch fixes a checkpatch warning by deleting a repeated word.
Signed-off-by: default avatarWilliam Durand <will+git@drnd.me>
Link: https://lore.kernel.org/r/20210213090112.24616-1-will+git@drnd.meSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7964844e
...@@ -2443,7 +2443,7 @@ inline int rtllib_rx_frame_softmac(struct rtllib_device *ieee, ...@@ -2443,7 +2443,7 @@ inline int rtllib_rx_frame_softmac(struct rtllib_device *ieee,
* N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD * N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD
* In this way you need just one and the 802.11 stack * In this way you need just one and the 802.11 stack
* will take care of buffering fragments and pass them to * will take care of buffering fragments and pass them to
* to the driver later, when it wakes the queue. * the driver later, when it wakes the queue.
*/ */
void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment