diff options
| author | Muhammad Muzammil <m.muzzammilashraf@gmail.com> | 2023-10-14 17:14:07 +0500 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2023-10-18 17:45:44 -0700 |
| commit | 2c6370a13f0e076de59a68b6c1480a6965c08952 (patch) | |
| tree | c9d8463b648d730242f43702ff6e593e01048067 /drivers/net/wwan/iosm/iosm_ipc_imem_ops.h | |
| parent | net: skb_find_text: Ignore patterns extending past 'to' (diff) | |
| download | linux-2c6370a13f0e076de59a68b6c1480a6965c08952.tar.gz linux-2c6370a13f0e076de59a68b6c1480a6965c08952.zip | |
drivers: net: wwan: iosm: Fixed multiple typos in multiple files
iosm_ipc_chnl_cfg.h: Fixed typo
iosm_ipc_imem_ops.h: Fixed typo
iosm_ipc_mux.h: Fixed typo
iosm_ipc_pm.h: Fixed typo
iosm_ipc_port.h: Fixed typo
iosm_ipc_trace.h: Fixed typo
Signed-off-by: Muhammad Muzammil <m.muzzammilashraf@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20231014121407.10012-1-m.muzzammilashraf@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/wwan/iosm/iosm_ipc_imem_ops.h')
| -rw-r--r-- | drivers/net/wwan/iosm/iosm_ipc_imem_ops.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wwan/iosm/iosm_ipc_imem_ops.h b/drivers/net/wwan/iosm/iosm_ipc_imem_ops.h index 026c5bd0f999..6bd0290e8be7 100644 --- a/drivers/net/wwan/iosm/iosm_ipc_imem_ops.h +++ b/drivers/net/wwan/iosm/iosm_ipc_imem_ops.h @@ -36,8 +36,8 @@ /** * ipc_imem_sys_port_open - Open a port link to CP. * @ipc_imem: Imem instance. - * @chl_id: Channel Indentifier. - * @hp_id: HP Indentifier. + * @chl_id: Channel Identifier. + * @hp_id: HP Identifier. * * Return: channel instance on success, NULL for failure */ |
