treewide: Spelling fix in comment
[ Upstream commit fb71ba0ed8be9534493c80ba00142a64d9972a72 ] reques -> request Fixes: 09dde54c6a69 ("PS3: gelic: Add wireless support for PS3") Signed-off-by: Kunwu Chan <chentao@kylinos.cn> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
c665e42a83
commit
c0c9615ec4
1 changed files with 1 additions and 1 deletions
|
@ -1217,7 +1217,7 @@ static int gelic_wl_set_encodeext(struct net_device *netdev,
|
||||||
key_index = wl->current_key;
|
key_index = wl->current_key;
|
||||||
|
|
||||||
if (!enc->length && (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)) {
|
if (!enc->length && (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)) {
|
||||||
/* reques to change default key index */
|
/* request to change default key index */
|
||||||
pr_debug("%s: request to change default key to %d\n",
|
pr_debug("%s: request to change default key to %d\n",
|
||||||
__func__, key_index);
|
__func__, key_index);
|
||||||
wl->current_key = key_index;
|
wl->current_key = key_index;
|
||||||
|
|
Loading…
Add table
Reference in a new issue