mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00:00
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>
This commit is contained in:
parent
11af74ad1d
commit
1da3823d11
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue