[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2a0a2cc4-5eca-4fd3-bfe8-28e9026fec02@gmail.com>
Date: Tue, 19 Nov 2024 02:42:57 +0200
From: Sergey Ryazanov <ryazanov.s.a@...il.com>
To: Jerry Meng(蒙杰) <jerry.meng@...ctel.com>
Cc: "loic.poulain@...aro.org" <loic.poulain@...aro.org>,
 "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH] net: wwan: Add WWAN sahara port type
Hell Jerry,
On 14.11.2024 22:16, Sergey Ryazanov wrote:
> On 14.11.2024 10:45, Jerry Meng(蒙杰) wrote:
>> Add a Sahara protocol-based interface for downloading ramdump
>> from Qualcomm modems in SBL ramdump mode.
>>
>> Signed-off-by: Jerry Meng <jerry.meng@...ctel.com>
>> ---
>>   drivers/net/wwan/mhi_wwan_ctrl.c | 3 ++-
>>   drivers/net/wwan/wwan_core.c     | 4 ++++
>>   include/linux/wwan.h             | 2 ++
>>   3 files changed, 8 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/net/wwan/mhi_wwan_ctrl.c b/drivers/net/wwan/ 
>> mhi_wwan_ctrl.c
>> index e9f979d2d..2c6a754af 100644
>> --- a/drivers/net/wwan/mhi_wwan_ctrl.c
>> +++ b/drivers/net/wwan/mhi_wwan_ctrl.c
>> @@ -263,7 +263,8 @@ static const struct mhi_device_id 
>> mhi_wwan_ctrl_match_table[] = {
>>       { .chan = "QMI", .driver_data = WWAN_PORT_QMI },
>>       { .chan = "DIAG", .driver_data = WWAN_PORT_QCDM },
>>       { .chan = "FIREHOSE", .driver_data = WWAN_PORT_FIREHOSE },
>> -    {},
>> +        { .chan = "SAHARA", .driver_data = WWAN_PORT_SAHARA},
>                                                                ^
>           White space is missed between the port type and '}' -'
> 
> Please run the checkpatch.pl before submission, and use git-send- 
> email(1) when it is possible.
> 
> 
> $ ./scripts/checkpatch.pl net-wwan-Add-WWAN-sahara-port-type.patch
> ...
> total: 6 errors, 6 warnings, 33 lines check
One more thing regarding the patch formatting. Just noticed it. A 
network subsystem patch should indicate the target tree (repository) in 
the subject, either it should be 'net' or 'net-next'.
This patch introduces new functionality, so it should be targeted to 
'net-next'. The subject for V2 if you going to send it should be:
'[PATCH net-next v2] net: wwan: ...'
See the '--subject-prefix' option of git-format-patch(1).
--
Sergey
Powered by blists - more mailing lists
 
