Re: [PATCH 1/2] gve: Fix various typos and improve code comments
From: Joe Damato
Date: Mon Jun 16 2025 - 11:50:28 EST
On Sun, Jun 15, 2025 at 10:45:00PM -0700, Alok Tiwari wrote:
> - Correct spelling and improves the clarity of comments
> "confiugration" -> "configuration"
> "spilt" -> "split"
> "It if is 0" -> "If it is 0"
> "DQ" -> "DQO" (correct abbreviation)
> - Clarify BIT(0) flag usage in gve_get_priv_flags()
> - Replaced hardcoded array size with GVE_NUM_PTYPES
> for clarity and maintainability.
Subject line should target the tree ("net-next") and it's helpful to include
the base-commit (git format-patch --base=auto). Since this series is two
patches you should probably include a short cover letter.
That said, the changes seem reasonable so when you resubmit you can add my:
Reviewed-by: Joe Damato <joe@xxxxxxx>