Re: [PATCH net-next v01 00/15] net: hinic3: Fix code styles
From: Fan Gong <gongfan1@huawei.com>
Date: 2026-02-24 13:43:23
Also in:
linux-doc, lkml
From: Fan Gong <gongfan1@huawei.com>
Date: 2026-02-24 13:43:23
Also in:
linux-doc, lkml
On 2/24/2026 9:15 PM, Fan Gong wrote:
This patchset provides 4 code styles fixes: Remove empty lines between error handling. Remove defensive txq_num check. Use array_size instead of multiplying. SQ use SQ_CTXT_PREF_CI_HI to improve readability. Changes: PATCH V01: https://lore.kernel.org/netdev/cover.1768915707.git.zhuyikai1@h-partners.com/ (local) PATCH V02: https://lore.kernel.org/netdev/cover.1769142701.git.zhuyikai1@h-partners.com/ (local) * Send "Fix netif_queue_set_napi queue_index parameter passing error" to net (Jakub Kicinski) PATCH V03: * Modify commit description to be more accurate and clear (Simon Horman)
Sorry for forgetting to replace cover letter to a newer one. We will send the next version with correct cover letter and commit contexts, and refer to possible AI review for revisions after 24 hours. Thanks, Fan Gong