Message ID | 20210314222221.3996408-1-unixbhaskar@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | ethernet: amazon: ena: A typo fix in the file ena_com.h | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Guessed tree name to be net-next |
netdev/subject_prefix | warning | Target tree name not specified in the subject |
netdev/cc_maintainers | success | CCed 10 of 10 maintainers |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 8 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
On 3/14/21 3:22 PM, Bhaskar Chowdhury wrote: > > Mundane typo fix. > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> > --- > drivers/net/ethernet/amazon/ena/ena_com.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/amazon/ena/ena_com.h b/drivers/net/ethernet/amazon/ena/ena_com.h > index 343caf41e709..73b03ce59412 100644 > --- a/drivers/net/ethernet/amazon/ena/ena_com.h > +++ b/drivers/net/ethernet/amazon/ena/ena_com.h > @@ -124,7 +124,7 @@ struct ena_com_io_cq { > > /* holds the number of cdesc of the current packet */ > u16 cur_rx_pkt_cdesc_count; > - /* save the firt cdesc idx of the current packet */ > + /* save the first cdesc idx of the current packet */ > u16 cur_rx_pkt_cdesc_start_idx; > > u16 q_depth; > --
Bhaskar Chowdhury <unixbhaskar@gmail.com> writes: > Mundane typo fix. > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> > --- > drivers/net/ethernet/amazon/ena/ena_com.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/amazon/ena/ena_com.h > b/drivers/net/ethernet/amazon/ena/ena_com.h > index 343caf41e709..73b03ce59412 100644 > --- a/drivers/net/ethernet/amazon/ena/ena_com.h > +++ b/drivers/net/ethernet/amazon/ena/ena_com.h > @@ -124,7 +124,7 @@ struct ena_com_io_cq { > > /* holds the number of cdesc of the current packet */ > u16 cur_rx_pkt_cdesc_count; > - /* save the firt cdesc idx of the current packet */ > + /* save the first cdesc idx of the current packet */ > u16 cur_rx_pkt_cdesc_start_idx; > > u16 q_depth; Acked-by: Shay Agroskin <shayagr@amazon.com> Thanks for your patch
diff --git a/drivers/net/ethernet/amazon/ena/ena_com.h b/drivers/net/ethernet/amazon/ena/ena_com.h index 343caf41e709..73b03ce59412 100644 --- a/drivers/net/ethernet/amazon/ena/ena_com.h +++ b/drivers/net/ethernet/amazon/ena/ena_com.h @@ -124,7 +124,7 @@ struct ena_com_io_cq { /* holds the number of cdesc of the current packet */ u16 cur_rx_pkt_cdesc_count; - /* save the firt cdesc idx of the current packet */ + /* save the first cdesc idx of the current packet */ u16 cur_rx_pkt_cdesc_start_idx; u16 q_depth;
Mundane typo fix. Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- drivers/net/ethernet/amazon/ena/ena_com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.30.2