Commit 2c6370a1 authored by Muhammad Muzammil's avatar Muhammad Muzammil Committed by Jakub Kicinski
Browse files

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: default avatarMuhammad Muzammil <m.muzzammilashraf@gmail.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20231014121407.10012-1-m.muzzammilashraf@gmail.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent c4eee56e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
 */
+1 −1
Original line number Diff line number Diff line
@@ -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
 *
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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
 */
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading