diff options
author | Muhammad Muzammil <[email protected]> | 2023-10-14 17:14:07 +0500 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-10-18 17:45:44 -0700 |
commit | 2c6370a13f0e076de59a68b6c1480a6965c08952 (patch) | |
tree | c9d8463b648d730242f43702ff6e593e01048067 /drivers/net/wwan/iosm/iosm_ipc_trace.h | |
parent | c4eee56e14fe001e1cff54f0b438a5e2d0dd7454 (diff) |
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 <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/wwan/iosm/iosm_ipc_trace.h')
-rw-r--r-- | drivers/net/wwan/iosm/iosm_ipc_trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wwan/iosm/iosm_ipc_trace.h b/drivers/net/wwan/iosm/iosm_ipc_trace.h index 5ebe7790585c..3e7c7f163e1d 100644 --- a/drivers/net/wwan/iosm/iosm_ipc_trace.h +++ b/drivers/net/wwan/iosm/iosm_ipc_trace.h @@ -29,7 +29,7 @@ enum trace_ctrl_mode { * @ipc_imem: Imem instance * @dev: Pointer to device struct * @channel: Channel instance - * @chl_id: Channel Indentifier + * @chl_id: Channel Identifier * @trc_mutex: Mutex used for read and write mode * @mode: Mode for enable and disable trace */ |