Skip to content

Commit aba7b40

Browse files
committed
drivers: flash: jesd216: correct comment mistake
Corrects type name in the comment for the DW15 QER field. Signed-off-by: Georgij Cernysiov <[email protected]>
1 parent 4148940 commit aba7b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/jesd216.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ enum jesd216_dw15_qer_type {
457457
struct jesd216_bfp_dw15 {
458458
/* If true clear NVECR bit 4 to disable HOLD/RESET */
459459
bool hold_reset_disable: 1;
460-
/* Encoded jesd216_qer_type */
460+
/* Encoded jesd216_dw15_qer_type */
461461
unsigned int qer: 3;
462462
/* 0-4-4 mode entry method */
463463
unsigned int entry_044: 4;

0 commit comments

Comments
 (0)