From c2dfeb11c1b4f2b033c8c40c7cd36ececf3e0c6a Mon Sep 17 00:00:00 2001 From: Georgij Cernysiov Date: Fri, 6 May 2022 13:45:34 +0200 Subject: [PATCH] drivers: flash: jesd216: correct comment mistake Corrects type name in the comment for the DW15 QER field. Signed-off-by: Georgij Cernysiov --- drivers/flash/jesd216.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/flash/jesd216.h b/drivers/flash/jesd216.h index 582856436a6..64367d673a0 100644 --- a/drivers/flash/jesd216.h +++ b/drivers/flash/jesd216.h @@ -457,7 +457,7 @@ enum jesd216_dw15_qer_type { struct jesd216_bfp_dw15 { /* If true clear NVECR bit 4 to disable HOLD/RESET */ bool hold_reset_disable: 1; - /* Encoded jesd216_qer_type */ + /* Encoded jesd216_dw15_qer_type */ unsigned int qer: 3; /* 0-4-4 mode entry method */ unsigned int entry_044: 4;