Re: [PATCH] drivers: net: wwan: iosm: Fixed multiple typos in multiple files

From: Simon Horman
Date: Tue Oct 17 2023 - 01:53:20 EST


On Sat, Oct 14, 2023 at 05:14:07PM +0500, Muhammad Muzammil wrote:
> 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@xxxxxxxxx>

Thanks Muhammad,

Please consider targeting Networking patches to either
'net' for bug fixes or 'net-next' for other patches.

Subject: [PATCH net-next] ...

Looking at the git log the 'drivers: ' part of the prefix should be
dropped.

Subject: [PATCH net-next] net: iosm: ...

And lastly, if you do spin a v2 of this patch, you might
consider also fixing the misspelling of 'defering' in iosm_ipc_imem_ops.h.

The above notwithstanding, these typo corrections look good to me.

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>