drivers: flash: jesd216: correct comment mistake
Corrects type name in the comment for the DW15 QER field. Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
This commit is contained in:
parent
b43741cd5d
commit
c2dfeb11c1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue