drivers: net: wwan: iosm: Fixed multiple typos in multiple files
authorMuhammad Muzammil <m.muzzammilashraf@gmail.com>
Sat, 14 Oct 2023 12:14:07 +0000 (17:14 +0500)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 00:45:44 +0000 (17:45 -0700)
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>
drivers/net/wwan/iosm/iosm_ipc_chnl_cfg.h
drivers/net/wwan/iosm/iosm_ipc_imem_ops.h
drivers/net/wwan/iosm/iosm_ipc_mux.h
drivers/net/wwan/iosm/iosm_ipc_pm.h
drivers/net/wwan/iosm/iosm_ipc_port.h
drivers/net/wwan/iosm/iosm_ipc_trace.h

index e77084e7671857627c62e7da6df7d86796f69549..fdc211bbeda77bacfaa5a4c9f25f8c9e186c4965 100644 (file)
@@ -51,7 +51,7 @@ struct ipc_chnl_cfg {
 /**
  * ipc_chnl_cfg_get - Get pipe configuration.
  * @chnl_cfg:          Array of ipc_chnl_cfg struct
- * @index:             Channel index (upto MAX_CHANNELS)
+ * @index:             Channel index (up to MAX_CHANNELS)
  *
  * Return: 0 on success and failure value on error
  */
index 026c5bd0f9992f7afeb03667149e4fbbd8dc83cc..6bd0290e8be7b204e652cbd291b14f3fc21cb670 100644 (file)
@@ -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
  */
index 17ca8d1f93973fafb6b73c339b96c59eb3d4e095..db5f1f9ebf26b3dfbfb7e985a23e935ac074f776 100644 (file)
@@ -432,7 +432,7 @@ int ipc_mux_open_session(struct iosm_mux *ipc_mux, int session_nr);
 int ipc_mux_close_session(struct iosm_mux *ipc_mux, int session_nr);
 
 /**
- * ipc_mux_get_max_sessions - Retuns the maximum sessions supported on the
+ * ipc_mux_get_max_sessions - Returns the maximum sessions supported on the
  *                           provided MUX instance..
  * @ipc_mux:   Pointer to MUX data-struct
  *
index e7c00f388cb0252707870ad69e1d5f58bc0437fb..5f14d7932af97e7397f7e6ea341e6335f52dfae2 100644 (file)
@@ -172,7 +172,7 @@ bool ipc_pm_prepare_host_sleep(struct iosm_pm *ipc_pm);
 bool ipc_pm_prepare_host_active(struct iosm_pm *ipc_pm);
 
 /**
- * ipc_pm_wait_for_device_active - Wait upto IPC_PM_ACTIVE_TIMEOUT_MS ms
+ * ipc_pm_wait_for_device_active - Wait up to IPC_PM_ACTIVE_TIMEOUT_MS ms
  *                                for the device to reach active state
  * @ipc_pm:    Pointer to power management component
  *
index 11bc8ed216166aeef1872228f38725af0023f83b..d33c52aebf661c7da79eb2880353109a10520aeb 100644 (file)
@@ -18,7 +18,7 @@
  * @pcie:              PCIe component
  * @port_type:         WWAN port type
  * @channel:           Channel instance
- * @chl_id:            Channel Indentifier
+ * @chl_id:            Channel Identifier
  */
 struct iosm_cdev {
        struct wwan_port *iosm_port;
index 5ebe7790585c206aff7f1c028d513748c0eca8ae..3e7c7f163e1d505cb884a9479f9e1747240f8116 100644 (file)
@@ -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
  */