treewide: Spelling fix in comment
[ Upstream commit fb71ba0ed8be9534493c80ba00142a64d9972a72 ]
reques -> request
Fixes: 09dde54c6a
("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
e44e78ff44
commit
00ef4a7de6
@ -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…
Reference in New Issue
Block a user