summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi
diff options
context:
space:
mode:
authorLuca Coelho2019-04-10 09:15:02 +0200
committerLuca Coelho2019-04-29 17:42:47 +0200
commit1da3823d114dc9f47ea2bba7640e79634f476afd (patch)
tree13bc2b32c389c9f8959e0feb35617579c5dbdd71 /drivers/net/wireless/intel/iwlwifi
parentiwlwifi: mvm: Don't sleep in RX path (diff)
downloadkernel-qcow2-linux-1da3823d114dc9f47ea2bba7640e79634f476afd.tar.gz
kernel-qcow2-linux-1da3823d114dc9f47ea2bba7640e79634f476afd.tar.xz
kernel-qcow2-linux-1da3823d114dc9f47ea2bba7640e79634f476afd.zip
iwlwifi: pcie: remove stray character in iwl_pcie_rx_alloc_page()
We have a solitary and inconspicous ` in the middle of a comment in this function, which should not be there. Remove it. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/pcie/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/rx.c b/drivers/net/wireless/intel/iwlwifi/pcie/rx.c
index 413937824764..31b3591f71d1 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/rx.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/rx.c
@@ -434,7 +434,7 @@ static struct page *iwl_pcie_rx_alloc_page(struct iwl_trans *trans,
/*
* Issue an error if we don't have enough pre-allocated
* buffers.
-` */
+ */
if (!(gfp_mask & __GFP_NOWARN) && net_ratelimit())
IWL_CRIT(trans,
"Failed to alloc_pages\n");