On 6/24/25 21:16, Alok Tiwari wrote: > Corrected typos and grammatical errors in comments and documentation > ("terminaed" -> "terminated", "limitted" -> "limited", > "glace" -> "glance" etc.) > > Normalizing hex format output (x%08x -> 0x%08x). > > Improving grammar in explanatory comments for better clarity. > > Identifier Correction: Renamed NVME_SC_SELT_TEST_IN_PROGRESS to > NVME_SC_SELF_TEST_IN_PROGRESS to fix a typographical error and align the > status code constant with its meaning. > > Removed Redundant Assignment: Eliminated an unnecessary initialization > of an error code variable in nvmet_ns_enable() to clean up unreachable > or overridden logic. > > Error Message Fix: Corrected incorrect variable usage in an error > message in pci-epf.c. > > No functional or behavioral changes are introduced. > > v1 -> v2 > Extended the underline by one more character in > nvme-pci-endpoint-target.rst as suggested by Randy > and added Reviewed-by: Randy Dunlap for series. for the series looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck