From: ALOK TIWARI <alok.a.tiwari@oracle.com>
To: Paul Menzel <pmenzel@molgen.mpg.de>
Cc: przemyslaw.kitszel@intel.com, aleksander.lobakin@intel.com,
anthony.l.nguyen@intel.com, andrew+netdev@lunn.ch,
kuba@kernel.org, davem@davemloft.net, edumazet@google.com,
pabeni@redhat.com, intel-wired-lan@lists.osuosl.org,
netdev@vger.kernel.org, alok.a.tiwarilinux@gmail.com
Subject: Re: [Intel-wired-lan] [External] : Re: [PATCH net-next] ice: fix comment typo and correct module format string
Date: Sun, 9 Nov 2025 21:02:30 +0530 [thread overview]
Message-ID: <c86e71bd-0e67-4ea0-a62f-a8c729351649@oracle.com> (raw)
In-Reply-To: <5a9fa920-105b-4707-9e5a-c92e9d7fe49b@molgen.mpg.de>
On 11/9/2025 8:11 PM, Paul Menzel wrote:
> Dear Alok,
>
>
> Thank you for your patch.
>
> Am 07.11.25 um 13:39 schrieb Alok Tiwari:
>> - Fix a typo in the ice_fdir_has_frag() kernel-doc comment ("is" -> "if")
>>
>> - Correct the NVM erase error message format string from "0x02%x" to
>> "0x%02x" so the module value is printed correctly.
>
> Listing changes in a commit message is a good indicator to split it up,
> even it’s formal changes.
>
Thanks You, Paul
I will ensure that future submissions split each logical change
into separate patches, including formal or cosmetic fixes.
>> - * returns true is there is a fragment packet for this ptype
>> + * returns true if there is a fragment packet for this ptype
>> */
>> bool ice_fdir_has_frag(enum ice_fltr_ptype flow)
>> {
>> diff --git a/drivers/net/ethernet/intel/ice/ice_fw_update.c b/drivers/
>> net/ethernet/intel/ice/ice_fw_update.c
>> index d86db081579f..973a13d3d92a 100644
>> --- a/drivers/net/ethernet/intel/ice/ice_fw_update.c
>> +++ b/drivers/net/ethernet/intel/ice/ice_fw_update.c
>> @@ -534,7 +534,7 @@ ice_erase_nvm_module(struct ice_pf *pf, u16
>> module, const char *component,
>> }
>> if (completion_retval) {
>> - dev_err(dev, "Firmware failed to erase %s (module 0x02%x),
>> aq_err %s\n",
>> + dev_err(dev, "Firmware failed to erase %s (module 0x%02x),
>> aq_err %s\n",
>> component, module,
>> libie_aq_str((enum libie_aq_err)completion_retval));
>> NL_SET_ERR_MSG_MOD(extack, "Firmware failed to erase flash");
>
> Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
>
>
> Kind regards,
>
> Paul
Thanks,
Alok
prev parent reply other threads:[~2025-11-09 15:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-07 12:39 [Intel-wired-lan] [PATCH net-next] ice: fix comment typo and correct module format string Alok Tiwari
2025-11-07 13:15 ` Loktionov, Aleksandr
2025-11-08 0:18 ` Keller, Jacob E
2025-11-09 14:41 ` Paul Menzel
2025-11-09 15:32 ` ALOK TIWARI [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c86e71bd-0e67-4ea0-a62f-a8c729351649@oracle.com \
--to=alok.a.tiwari@oracle.com \
--cc=aleksander.lobakin@intel.com \
--cc=alok.a.tiwarilinux@gmail.com \
--cc=andrew+netdev@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pmenzel@molgen.mpg.de \
--cc=przemyslaw.kitszel@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).