aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/rx.c
diff options
context:
space:
mode:
authorLuca Coelho <luciano.coelho@intel.com>2019-04-10 10:15:02 +0300
committerLuca Coelho <luciano.coelho@intel.com>2019-04-29 18:42:47 +0300
commit1da3823d114dc9f47ea2bba7640e79634f476afd (patch)
tree13bc2b32c389c9f8959e0feb35617579c5dbdd71 /drivers/net/wireless/intel/iwlwifi/pcie/rx.c
parentiwlwifi: mvm: Don't sleep in RX path (diff)
downloadlinux-dev-1da3823d114dc9f47ea2bba7640e79634f476afd.tar.xz
linux-dev-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/pcie/rx.c')
-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");