Explorar el Código

qcacld-3.0: Fix typo "hander"

Replace typo "hander" with correct spelling "handler".

Change-Id: I562b02085c38d308b37a5b42787a18bd834f0876
CRs-Fixed: 2238297
Jeff Johnson hace 7 años
padre
commit
78073fa604
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      core/hdd/src/wlan_hdd_ioctl.c

+ 2 - 2
core/hdd/src/wlan_hdd_ioctl.c

@@ -2866,7 +2866,7 @@ static int drv_cmd_p2p_dev_addr(struct hdd_adapter *adapter,
  * @command_len: Length of @command
  * @priv_data: Pointer to ioctl private data structure
  *
- * This is a trivial command hander function which simply forwards the
+ * This is a trivial command handler function which simply forwards the
  * command to the actual command processor within the P2P module.
  *
  * Return: 0 on success, non-zero on failure
@@ -2888,7 +2888,7 @@ static int drv_cmd_p2p_set_noa(struct hdd_adapter *adapter,
  * @command_len: Length of @command
  * @priv_data: Pointer to ioctl private data structure
  *
- * This is a trivial command hander function which simply forwards the
+ * This is a trivial command handler function which simply forwards the
  * command to the actual command processor within the P2P module.
  *
  * Return: 0 on success, non-zero on failure